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

  1. //------------------------------------------------------------------------------
  2. // File: COMLite.h
  3. //
  4. // Desc: This header file is to provide a migration path for users of
  5. // ActiveMovie betas 1 and 2.
  6. //
  7. // Copyright (c) 1992 - 2000, Microsoft Corporation. All rights reserved.
  8. //------------------------------------------------------------------------------
  9. #ifndef _INC_COMLITE_
  10. #define _INC_COMLITE_
  11. #define QzInitialize CoInitialize
  12. #define QzUninitialize CoUninitialize
  13. #define QzFreeUnusedLibraries CoFreeUnusedLibraries
  14. #define QzGetMalloc CoGetMalloc
  15. #define QzTaskMemAlloc CoTaskMemAlloc
  16. #define QzTaskMemRealloc CoTaskMemRealloc
  17. #define QzTaskMemFree CoTaskMemFree
  18. #define QzCreateFilterObject CoCreateInstance
  19. #define QzCLSIDFromString CLSIDFromString
  20. #define QzStringFromGUID2 StringFromGUID2
  21. #endif // _INC_COMLITE_