Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
268 B

  1. /* Microsoft Developer Support
  2. Copyright (c) 1992, 1993 Microsoft Corporation */
  3. /* This is the required stub entry point for the message-table DLL */
  4. #include <windows.h>
  5. BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
  6. {
  7. return(TRUE);
  8. }