Ignore:
Timestamp:
Sep 28, 2001, 2:11:20 PM (24 years ago)
Author:
sandervl
Message:

rudi's updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/install/rcstub.c

    r142 r192  
    2626/*                                                                          */
    2727/*************************** END OF SPECIFICATIONS **************************/
    28 #include <os2.h>
    2928
    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
     38UCHAR   uDummy = 0;
     39
     40
     41VOID APIENTRY RCSTUB(VOID)
    3142{
    3243}
     44
     45
Note: See TracChangeset for help on using the changeset viewer.