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.

23 lines
567 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 8/13/1999
  7. Copyright (C) Microsoft Corp 1999-2000. All rights reserved.
  8. \*****************************************************************************/
  9. #include "priv.h"
  10. #ifndef INITGUID
  11. #define INITGUID
  12. #include <guiddef.h>
  13. #undef INITGUID
  14. #else
  15. #include <guiddef.h>
  16. #endif
  17. #undef MIDL_DEFINE_GUID