Ignore:
Timestamp:
Oct 11, 1999, 10:17:11 PM (26 years ago)
Author:
sandervl
Message:

Added version info, compile resource with wrc (shell about fixed), call Wine dll entrypoint

File:
1 edited

Legend:

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

    r1214 r1252  
    1 /* $Id: initterm.cpp,v 1.8 1999-10-09 11:13:19 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.9 1999-10-11 20:17:10 sandervl Exp $ */
    22
    33/*
     
    4141}
    4242
     43extern "C" {
     44 //Win32 resource table (produced by wrc)
     45 extern DWORD _Resource_PEResTab;
     46}
     47
     48BOOL WINAPI Shell32LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad);
     49
    4350/*-------------------------------------------------------------------*/
    4451/* A clean up routine registered with DosExitList must be used if    */
     
    8188         /*******************************************************************/
    8289
    83          if(RegisterLxDll(hModule, 0, 0) == FALSE)
     90         if(RegisterLxDll(hModule, Shell32LibMain, (PVOID)&_Resource_PEResTab) == FALSE)
    8491                return 0UL;
    8592
Note: See TracChangeset for help on using the changeset viewer.