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.

26 lines
510 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // File: oleat.cpp
  4. //
  5. // Contents: Unique parts of apt model DLL server
  6. //
  7. // Classes:
  8. //
  9. // Functions:
  10. //
  11. // History: 03-Nov-94 Ricksa
  12. //
  13. //--------------------------------------------------------------------
  14. #undef _UNICODE
  15. #undef UNICODE
  16. #include <windows.h>
  17. #include <ole2.h>
  18. #include <comclass.h>
  19. #include <uthread.h>
  20. CLSID clsidServer;
  21. void InitDll(void)
  22. {
  23. clsidServer = clsidAptThreadedDll;
  24. }