Changeset 22121 for branches/swt/include/win/windef.h
- Timestamp:
- Feb 14, 2016, 2:28:41 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/windef.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/windef.h
r22078 r22121 657 657 658 658 /* Define some empty macros for compatibility with Windows code. */ 659 660 #ifndef __WINE__ 659 // rousseau.201602131406 660 // Why is this in a __WINE__ ifndef ? 661 // Macro __WINE__ is defined when compiling gdi32 and thus gdiplus, and 662 // gdiplus uses the 'IN' and 'OUT' stuff. 663 // Disabled ifndef for now. 664 ///#ifndef __WINE__ 661 665 #define NEAR 662 666 #define FAR … … 668 672 #define OUT 669 673 #define OPTIONAL 670 #endif /* __WINE__ */674 ///#endif /* __WINE__ */ 671 675 672 676 /* Macro for structure packing. */
Note:
See TracChangeset
for help on using the changeset viewer.
