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.

33 lines
652 B

  1. /*****************************************************************************\
  2. FILE: guids.h
  3. DESCRIPTION:
  4. This file contains GUIDs that we couldn't get from the public headers
  5. for one reason or another.
  6. BryanSt 11/22/2000
  7. Copyright (C) Microsoft Corp 1999-2000. All rights reserved.
  8. \*****************************************************************************/
  9. #include "StdAfx.h"
  10. #ifndef MYGUIDS_H
  11. #define MYGUIDS_H
  12. #ifndef INITGUID
  13. #define INITGUID
  14. #include <guiddef.h>
  15. #undef INITGUID
  16. #else
  17. #include <guiddef.h>
  18. #endif
  19. #include "rmxfguid.h"
  20. #include "rmxftmpl.h"
  21. #undef MIDL_DEFINE_GUID
  22. #endif // MYGUIDS_H