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.

40 lines
983 B

  1. /****************************************************************************
  2. MODULE: SW_GLOBS.CPP
  3. Tab Settings: 5 9
  4. Copyright 1995, 1996, Microsoft Corporation, All Rights Reserved.
  5. PURPOSE: SW_WHEEL Global Variables
  6. FUNCTIONS:
  7. Author(s): Name:
  8. ---------- ----------------
  9. MEA Manolito E. Adan
  10. Revision History:
  11. -----------------
  12. Version Date Author Comments
  13. ------- ------ ----- -------------------------------------------
  14. 1.1 15-May-97 MEA original
  15. 21-Mar-99 waltw Removed unreferenced globals & updated szDeviceName
  16. ****************************************************************************/
  17. #include <windows.h>
  18. #include "midi_obj.hpp"
  19. //
  20. // Globals
  21. //
  22. #ifdef _DEBUG
  23. char g_cMsg[160];
  24. TCHAR szDeviceName[MAX_SIZE_SNAME] = {"Microsoft SideWinder Force Feedback Pro"};
  25. #endif
  26. //
  27. // *** Global on per process space only
  28. //
  29. CJoltMidi *g_pJoltMidi = NULL;