Changeset 7945 for trunk/src/kernel32/winimagepe2lx.cpp
- Timestamp:
- Feb 18, 2002, 4:17:48 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.cpp
r6303 r7945 1 /* $Id: winimagepe2lx.cpp,v 1.1 8 2001-07-10 20:19:25bird Exp $ */1 /* $Id: winimagepe2lx.cpp,v 1.19 2002-02-18 15:17:48 bird Exp $ */ 2 2 3 3 /* … … 121 121 } qsPtrRec_t; 122 122 123 #else 124 #if defined(QS_MODVER) && defined(QS_DCE_AUTORESET) /* hope these didn't exists in the other toolkits */ 125 /* 126 * Workaround for the 4.5(1) toolkits. 127 */ 128 #define qsPtrRec_t QSPTRREC 129 #define qsLrec_t QSLREC 130 #define qsLObjrec_t QSLOBJREC 131 #define qsGrec_t QSGREC 132 #endif 123 133 #endif 124 134
Note:
See TracChangeset
for help on using the changeset viewer.