Ignore:
Timestamp:
Dec 29, 1999, 7:49:02 PM (26 years ago)
Author:
sandervl
Message:

Added version resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/initterm.cpp

    r1080 r2252  
    1 /* $Id: initterm.cpp,v 1.1 1999-09-28 13:26:06 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.2 1999-12-29 18:49:01 sandervl Exp $ */
    22
    33/*
     
    3939void CDECL _ctordtorInit( void );
    4040void CDECL _ctordtorTerm( void );
     41
     42 //Win32 resource table (produced by wrc)
     43 extern DWORD _Resource_PEResTab;
    4144}
    4245
     
    8184         /*******************************************************************/
    8285
    83          if(RegisterLxDll(hModule, 0, 0) == FALSE)
     86         if(RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab) == FALSE)
    8487                return 0UL;
    8588
Note: See TracChangeset for help on using the changeset viewer.