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.

20 lines
481 B

  1. // Copyright (c) 1995 Microsoft Corporation
  2. /*
  3. **-----------------------------------------------------------------------------
  4. ** File: RegFix.c
  5. ** Purpose: fix up registry settings for MIDI-Mapper
  6. ** Mod Log: Created by Shawn Brown (11/14/95)
  7. **-----------------------------------------------------------------------------
  8. */
  9. #ifndef REGFIX_H
  10. #define REGFIX_H
  11. #include <windows.h>
  12. #include <mmsystem.h>
  13. #include <regstr.h>
  14. BOOL CheckRegistry (void);
  15. BOOL
  16. #endif // REGFIX_H