projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
[wxWidgets.git]
/
include
/
wx
/
busyinfo.h
diff --git
a/include/wx/busyinfo.h
b/include/wx/busyinfo.h
index 2ec17ec88acf02f3c395bc37958def8e8bae7f3a..f9fddb2ee192ecb47b98766be75485e3a2063bba 100644
(file)
--- a/
include/wx/busyinfo.h
+++ b/
include/wx/busyinfo.h
@@
-10,7
+10,7
@@
#ifndef __INFOWIN_H__
#define __INFOWIN_H__
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "busyinfo.h"
#endif