Ignore:
Timestamp:
Oct 22, 1999, 8:04:13 PM (26 years ago)
Author:
sandervl
Message:

Fixes + native win32 resources

File:
1 edited

Legend:

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

    r951 r1402  
    1 /* $Id: initterm.cpp,v 1.7 1999-09-15 23:26:06 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.8 1999-10-22 18:04:10 sandervl Exp $ */
    22/*
    33 * COMCTL32 DLL entry point
     
    3838void CDECL _ctordtorInit( void );
    3939void CDECL _ctordtorTerm( void );
     40
     41 //Win32 resource table (produced by wrc)
     42 extern DWORD _Resource_PEResTab;
    4043}
    4144
     
    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.