]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/flags.h
moved wxSTRINGIZE to defs.h and made it work with macro argument, so that it can...
[wxWidgets.git] / include / wx / flags.h
index cd5b2e3dba4d9ee14b0e26826f2f17bb254e8117..6f9c00a841544299ffc7d8d1bc40f2e9f5a427fb 100644 (file)
 #ifndef _WX_SETH__
 #define _WX_SETH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "flags.h"
-#endif
-
 // wxBitset should be applied to an enum, then this can be used like
 // bitwise operators but keeps the type safety and information, the
 // enums must be in a sequence , their value determines the bit position