From 4d39defcb59600513ff65a688c54f3d6b13ca63a Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 8 May 2010 01:16:38 +0000 Subject: more cleanups. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/misc.h') diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index 73da9457..f589ec6c 100644 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -20,6 +20,10 @@ #ifndef __MISC_H__ #define __MISC_H__ +#ifdef __cplusplus +extern "C" { +#endif + #include "psxcommon.h" #include "coff.h" #include "plugins.h" @@ -52,8 +56,6 @@ typedef struct { extern char CdromId[10]; extern char CdromLabel[33]; -extern FILE *emuLog; - int LoadCdrom(); int LoadCdromFile(char *filename, EXE_HEADER *head); int CheckCdrom(); @@ -68,4 +70,7 @@ int RecvPcsxInfo(); void trim(char *str); +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.3