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.

25 lines
849 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // File: classdef.cpp
  4. //
  5. // Contents: Common constants for thread unit test
  6. //
  7. // History: 03-Nov-94 Ricksa
  8. //
  9. //--------------------------------------------------------------------
  10. #undef _UNICODE
  11. #undef UNICODE
  12. #include <windows.h>
  13. #include <uthread.h>
  14. const CLSID clsidSingleThreadedDll =
  15. {0xe22e88c0, 0xf72a, 0x11cd, {0xa1,0xaa,0x00,0x00,0x69,0x01,0x29,0x3f}};
  16. const char *pszSingleThreadedDll = "olest.dll";
  17. const CLSID clsidAptThreadedDll =
  18. {0xe82c0ae0, 0xf72a, 0x11cd, {0xa1,0xaa,0x00,0x00,0x69,0x01,0x29,0x3f}};
  19. const char *pszAptThreadedDll = "oleat.dll";
  20. const CLSID clsidBothThreadedDll =
  21. {0xe97d4300, 0xf72a, 0x11cd, {0xa1,0xaa,0x00,0x00,0x69,0x01,0x29,0x3f}};
  22. const char *pszBothThreadedDll = "olebt.dll";