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.

15 lines
447 B

  1. //-----------------------------------------------------------------------------
  2. // File: guids.c
  3. //
  4. // Desc: Defines INITGUID and includes all headers with GUID definitions.
  5. //
  6. // Copyright (C) 1999-2000 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8. #define INITGUID
  9. #include <dinput.h>
  10. #include <dinputd.h>
  11. #include <ddraw.h>
  12. #include <d3d8.h>
  13. #include "ourguids.h"