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.

21 lines
464 B

  1. #include <windows.h>
  2. #ifndef WIN16
  3. #include <commctrl.h>
  4. #else
  5. #include <comctlie.h>
  6. #include <athena16.h>
  7. #endif
  8. #include "resource.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // BEGIN Version Resource
  12. //
  13. #if defined(WINNT) || defined(WINNT_ENV)
  14. #include "winver.h"
  15. #endif
  16. #include "thor.rcv"
  17. //
  18. // END Version Resource
  19. //
  20. /////////////////////////////////////////////////////////////////////////////