Windows2003-3790/multimedia/media/midimap/regfix.h
2020-09-30 16:53:55 +02:00

21 lines
501 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