home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
multilin.exe
/
DLLENTRY.C
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-01
|
334b
|
19 lines
//---------------------------------------------------------------
// DLLENTRY.C -- Code entry point for RESDLL dynamic link library
#include <windows.h>
BOOL WINAPI DLLEntryPoint(
HINSTANCE hInstance,
DWORD dwReason,
LPVOID pvReserved)
{
return( TRUE);
hInstance;
dwReason;
pvReserved;
}