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
632 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // File: uthread.h
  4. //
  5. // Contents: Common constants for thread unit test
  6. //
  7. // History: 03-Nov-94 Ricksa
  8. //
  9. //--------------------------------------------------------------------
  10. #ifndef _UTHREAD_H_
  11. #define _UTHREAD_H_
  12. #undef UNICODE
  13. #undef _UNICODE
  14. extern const CLSID clsidSingleThreadedDll;
  15. extern const char *pszSingleThreadedDll;
  16. extern const CLSID clsidAptThreadedDll;
  17. extern const char *pszAptThreadedDll;
  18. extern const CLSID clsidBothThreadedDll;
  19. extern const char *pszBothThreadedDll;
  20. #endif // _UTHREAD_H_