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.

34 lines
889 B

  1. /****************************************************************************
  2. MODULE: SWD_GUID.CPP
  3. Tab Settings: 5 9
  4. Copyright 1995, 1996, Microsoft Corporation, All Rights Reserved.
  5. PURPODE: Instantiate GUIDS
  6. FUNCTIONS:
  7. Author(s): Name:
  8. ---------- ----------------
  9. MEA Manolito E. Adan
  10. Revision History:
  11. -----------------
  12. Version Date Author Comments
  13. ------- ------ ----- -------------------------------------------
  14. 1.0 06-Feb-97 MEA original, Based on SWForce
  15. ****************************************************************************/
  16. #ifdef WIN32
  17. #define INITGUIDS
  18. #include <objbase.h>
  19. #else
  20. #include <memory.h>
  21. #include <string.h>
  22. #include <compobj.h>
  23. #endif
  24. #include <initguid.h>
  25. #include "dinput.h"
  26. #include "dinputd.h"
  27. #include "SWD_Guid.hpp"
  28. #include <dmusicc.h>