diff options
Diffstat (limited to 'src/win95')
| -rw-r--r-- | src/win95/cd_player.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/win95/cd_player.h b/src/win95/cd_player.h index 70e8a2e..9180f06 100644 --- a/src/win95/cd_player.h +++ b/src/win95/cd_player.h @@ -1,3 +1,6 @@ +#ifndef __WIN95_CDPLAYER_H__ +#define __WIN95_CDPLAYER_H__ + /* KJL 12:40:35 07/05/98 - This is code derived from Patrick's original stuff & moved into it's own file. */ @@ -107,4 +110,6 @@ extern void PlatCDDAManagementCallBack(WPARAM flags, LONG deviceId); -extern int CDPlayerVolume;
\ No newline at end of file +extern int CDPlayerVolume; + +#endif |
