projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER ...
[wxWidgets.git]
/
include
/
wx
/
motif
/
clipbrd.h
diff --git
a/include/wx/motif/clipbrd.h
b/include/wx/motif/clipbrd.h
index 1e16040456ef5846adece8e4a37aba41cf34489f..f4e98c9899ff873df6e9359e9c82cb2b37d0724b 100644
(file)
--- a/
include/wx/motif/clipbrd.h
+++ b/
include/wx/motif/clipbrd.h
@@
-12,7
+12,7
@@
#ifndef _WX_CLIPBRD_H_
#define _WX_CLIPBRD_H_
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "clipbrd.h"
#endif