CDROM,WIN: guard header files against C/C++ mixup

This commit is contained in:
darkstar
2018-02-22 01:28:40 +01:00
parent 8754488461
commit 53b129dfb4
3 changed files with 13 additions and 9 deletions

View File

@@ -39,6 +39,10 @@
#ifndef PLAT_WIN_H
# define PLAT_WIN_H
#ifdef __cplusplus
extern "C" {
#endif
# define UNICODE
# define BITMAP WINDOWS_BITMAP
# if 0
@@ -84,10 +88,6 @@ extern WCHAR wopenfilestring[260];
extern uint8_t filterindex;
#ifdef __cplusplus
extern "C" {
#endif
#ifdef USE_CRASHDUMP
extern void InitCrashDump(void);
#endif