[Python-Dev] Suggestion/ feature request (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Nov 21 07:01:26 CET 2006
- Previous message: [Python-Dev] Suggestion/ feature request
- Next message: [Python-Dev] Suggestion/ feature request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Julian schrieb:
I am using python with swig and I get a lot of macro redefinition warnings like so: warning C4005: 'CRTSECURENODEPRECATE' : macro redefinition
In the file - pyconfig.h - rather than the following lines, I was wondering if it would be more reasonable to use #ifdef statements as shown in the bottom of the email...
While I agree that would be reasonable, I also wonder why you are getting these errors. Where is the first definition of these macros, and how is the macro defined at the first definition?
Regards, Martin
- Previous message: [Python-Dev] Suggestion/ feature request
- Next message: [Python-Dev] Suggestion/ feature request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]