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.

21 lines
285 B

  1. #include "stdafx.h"
  2. #include <shelldrt.h>
  3. //
  4. // DLL Entry Point
  5. //
  6. extern "C"
  7. BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
  8. {
  9. return TRUE;
  10. }
  11. // ListTestProcs
  12. //
  13. // Describes the tests provided by the dll
  14. DWORD CALLBACK ListTestProcs()
  15. {
  16. return 0;
  17. }