The joys of unrestrained find/replace. :(

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@781 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-03-14 02:43:40 +00:00
parent ceaee3748e
commit d793d84860
1 changed files with 3 additions and 3 deletions

View File

@ -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__