windows-nt/Source/XPSP1/NT/multimedia/media/midimap/regfix.h

21 lines
481 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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