Leaked source code of windows server 2003
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.

24 lines
590 B

  1. #define WIN32_LEAN_AND_MEAN
  2. #include <windows.h>
  3. /*******************************************************************************
  4. *
  5. * (C) COPYRIGHT MICROSOFT CORP., 2000
  6. *
  7. * TITLE: wiatwain.cpp
  8. *
  9. * VERSION: 1.0
  10. *
  11. * DATE: 1 August, 2000
  12. *
  13. * AUTHOR: Cooper Partin (coopp)
  14. *
  15. * DESCRIPTION:
  16. * Main module, for the "real" fake TWAIN data source wiatwain.ds
  17. *
  18. *******************************************************************************/
  19. BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwreason, LPVOID lpReserved)
  20. {
  21. return TRUE;
  22. }