Changeset 22121 for branches/swt/include/win/gdiplus.h
- Timestamp:
- Feb 14, 2016, 2:28:41 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/gdiplus.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/gdiplus.h
r22082 r22121 22 22 #ifdef __cplusplus 23 23 24 namespace Gdiplus 25 { 26 namespace DllExports 27 { 24 // rousseau.201602132022 25 // Wine uses mostly '.c' extensions and gcc, while Odin uses '.cpp' and g++. 26 // So under Odin, the namespaces below would be active, causing the 'Status' 27 // enum to become 'Gdiplus::Status'. For now we will disable the namespaces. 28 ///namespace Gdiplus 29 ///{ 30 /// namespace DllExports 31 /// { 28 32 #include "gdiplusmem.h" 29 };33 /// }; 30 34 31 35 #include "gdiplusenums.h" … … 39 43 #include "gdiplusgpstubs.h" 40 44 41 namespace DllExports42 {45 /// namespace DllExports 46 /// { 43 47 #include "gdiplusflat.h" 44 };45 };48 /// }; 49 ///}; 46 50 47 51 #else /* end c++ includes */
Note:
See TracChangeset
for help on using the changeset viewer.
