Changeset 192 for sbliveos2/trunk/install/rcstub.c
- Timestamp:
- Sep 28, 2001, 2:11:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/install/rcstub.c
r142 r192 26 26 /* */ 27 27 /*************************** END OF SPECIFICATIONS **************************/ 28 #include <os2.h>29 28 30 VOID RCSTUB() 29 #define INCL_NOPMAPI 30 #define INCL_NOBASEAPI 31 #include <os2.h> 32 33 // We need to make sure, that we have some code *AND* some data. 34 // Otherwise, MINSTALL will crash. For the same reason, turn off 35 // WLINK option "Eliminate" ! 36 37 38 UCHAR uDummy = 0; 39 40 41 VOID APIENTRY RCSTUB(VOID) 31 42 { 32 43 } 44 45
Note:
See TracChangeset
for help on using the changeset viewer.