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.

26 lines
689 B

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1999 Microsoft Corporation
  4. *
  5. * Abstract:
  6. *
  7. * GUID definition file
  8. *
  9. * GUIDs that are needed by functest are defined here.
  10. *
  11. * Revision History:
  12. *
  13. * 10/22/1999 bhouse
  14. * Created it.
  15. *
  16. \**************************************************************************/
  17. // NOTE: Since we use C++ precompiled headers this C file will not use
  18. // the precompiled header allowing us to define INITGUID and include
  19. // directdraw and d3d headers to generate the GUIDs defined by these
  20. // headers.
  21. #define INITGUID
  22. #include <ddraw.h>
  23. #include <d3d.h>