windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/asp/denevent.c

11 lines
268 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* Microsoft Developer Support
Copyright (c) 1992, 1993 Microsoft Corporation */
/* This is the required stub entry point for the message-table DLL */
#include <windows.h>
BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
{
return(TRUE);
}