2025-04-27 07:49:33 -04:00

11 lines
278 B
C

/* 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);
}