projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform.h from wx/wxchar.h because...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
spinctrl.h
diff --git
a/include/wx/gtk/spinctrl.h
b/include/wx/gtk/spinctrl.h
index f3af16601a22e15b35289125053d57c04a1b1939..b02797c3e74a1b2483a96188815f4031d189ce26 100644
(file)
--- a/
include/wx/gtk/spinctrl.h
+++ b/
include/wx/gtk/spinctrl.h
@@
-11,7
+11,7
@@
#ifndef __GTKSPINCTRLH__
#define __GTKSPINCTRLH__
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif