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.

25 lines
696 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: drtguid.cxx
  7. //
  8. // Contents: Define GUIDs needed by the DRT
  9. //
  10. // History: 04-Nov-93 DrewB Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "headers.cxx"
  14. #pragma hdrstop
  15. #include <initguid.h>
  16. #if WIN32 == 100 || WIN32 == 200
  17. DEFINE_GUID(GUID_NULL, 0L, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  18. DEFINE_OLEGUID(IID_ILockBytes, 0x0000000aL, 0, 0);
  19. DEFINE_OLEGUID(IID_IStorage, 0x0000000bL, 0, 0);
  20. DEFINE_OLEGUID(IID_IStream, 0x0000000cL, 0, 0);
  21. #endif