From d793d84860eb180f1f4ed34f047f0eedde930235 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 14 Mar 2009 02:43:40 +0000 Subject: [PATCH] The joys of unrestrained find/replace. :( git-svn-id: http://pcsx2.googlecode.com/svn/trunk@781 96395faa-99c1-11dd-bbfe-3dabce05a288 --- common/include/PluginCallbacks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/include/PluginCallbacks.h b/common/include/PluginCallbacks.h index 79a18d87e9..3f344f8558 100644 --- a/common/include/PluginCallbacks.h +++ b/common/include/PluginCallbacks.h @@ -17,8 +17,8 @@ */ -#ifndef __pDisplayS_H__ -#define __pDisplayS_H__ +#ifndef __PLUGINCALLBACKS_H__ +#define __PLUGINCALLBACKS_H__ extern "C" { typedef u32 (CALLBACK* _PS2EgetLibType)(void); @@ -435,4 +435,4 @@ extern _FWtest FWtest; extern _FWabout FWabout; } -#endif // __pDisplayS_H__ +#endif // __PLUGINCALLBACKS_H__