Changeset 1117


Ignore:
Timestamp:
Oct 4, 1999, 9:57:23 AM (26 years ago)
Author:
phaller
Message:

Fix: inserted Shell32_main into initialization

File:
1 edited

Legend:

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

    r951 r1117  
    1 /* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:10 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-10-04 07:57:23 phaller Exp $ */
    22
    33/*
     
    4949static void APIENTRY cleanup(ULONG reason);
    5050
     51extern BOOL WINAPI Shell32LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad);
    5152
    5253/****************************************************************************/
     
    8182         /*******************************************************************/
    8283
    83          if(RegisterLxDll(hModule, 0, 0) == FALSE)
     84         if(RegisterLxDll(hModule, &Shell32LibMain, 0) == FALSE)
    8485                return 0UL;
    8586
Note: See TracChangeset for help on using the changeset viewer.