GSnull: Dialog box fix.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4276 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2011-01-30 12:14:05 +00:00
parent 86e0e33717
commit cdc3be5067
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@
#include "GS.h"
#include "Config.h"
void GSconfigure()
EXPORT_C_(void) GSconfigure()
{
CFGconfigure();
}
void GSabout()
EXPORT_C_(void) GSabout()
{
CFGabout();
}