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.

23 lines
285 B

  1. #ifdef DBG
  2. #define DEBUG
  3. #endif
  4. #include "dinput.h"
  5. #include "dinputd.h"
  6. #include "baggage.h"
  7. #include "hidsdi.h"
  8. #include "regstr.h"
  9. #include "PIDi.h"
  10. #include "PidUsg.h"
  11. #include "debug.h"
  12. //for the LONG_MAX define
  13. #include "limits.h"
  14. #ifdef WINNT
  15. #include "aclapi.h"
  16. #endif