21 lines
481 B
C
21 lines
481 B
C
|
// Copyright (c) 1995 Microsoft Corporation
|
||
|
|
||
|
/*
|
||
|
**-----------------------------------------------------------------------------
|
||
|
** File: RegFix.c
|
||
|
** Purpose: fix up registry settings for MIDI-Mapper
|
||
|
** Mod Log: Created by Shawn Brown (11/14/95)
|
||
|
**-----------------------------------------------------------------------------
|
||
|
*/
|
||
|
#ifndef REGFIX_H
|
||
|
#define REGFIX_H
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <mmsystem.h>
|
||
|
#include <regstr.h>
|
||
|
|
||
|
BOOL CheckRegistry (void);
|
||
|
|
||
|
BOOL
|
||
|
|
||
|
#endif // REGFIX_H
|