projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added header preprocessor guard
[wxWidgets.git]
/
include
/
wx
/
msw
/
region.h
diff --git
a/include/wx/msw/region.h
b/include/wx/msw/region.h
index b07561340d685a15912907432597585574981077..df0762fee501506ac51f3ccf085749f9fabadc1d 100644
(file)
--- a/
include/wx/msw/region.h
+++ b/
include/wx/msw/region.h
@@
-12,7
+12,7
@@
#ifndef _WX_REGION_H_
#define _WX_REGION_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "region.h"
#endif