Ignore:
Timestamp:
Nov 2, 1999, 8:09:43 PM (26 years ago)
Author:
sandervl
Message:

Port of Wine common dialogs (not all)

File:
1 edited

Legend:

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

    r951 r1548  
    1 /* $Id: initterm.cpp,v 1.7 1999-09-15 23:26:06 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.8 1999-11-02 19:09:42 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;
     44
     45 BOOL WINAPI COMDLG32_DllEntryPoint(HINSTANCE hInstance, DWORD Reason, LPVOID Reserved);
    4146}
    4247
     
    8186         /*******************************************************************/
    8287
    83          if(RegisterLxDll(hModule, 0, 0) == FALSE)
     88         if(RegisterLxDll(hModule, COMDLG32_DllEntryPoint, (PVOID)&_Resource_PEResTab) == FALSE)
    8489                return 0UL;
    8590
Note: See TracChangeset for help on using the changeset viewer.