Changeset 595 for trunk/src/3rdparty/os2/xsystray/xsystray.c
- Timestamp:
- Feb 23, 2010, 3:36:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.c
r285 r595 19 19 */ 20 20 21 #if defined(__IBMC__) || defined(__IBMCPP__) 21 22 #pragma strings(readonly) 23 #endif 22 24 23 25 /* … … 32 34 * 8) #pragma hdrstop and then more SOM headers which crash with precompiled headers 33 35 */ 36 37 #if defined(__GNUC__) && defined(__EMX__) 38 #define OS2EMX_PLAIN_CHAR 39 #endif 34 40 35 41 #define INCL_BASE … … 73 79 #include "xsystray.h" 74 80 81 #if defined(__IBMC__) || defined(__IBMCPP__) 75 82 #pragma hdrstop // VAC++ keeps crashing otherwise 83 #endif 76 84 77 85 // copy paste from helpers\comctl.h
Note:
See TracChangeset
for help on using the changeset viewer.