Lets get the null plugins working in Windows again...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1112 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42
2009-05-02 05:27:35 +00:00
parent 465f35169f
commit df31bfc51a
13 changed files with 307 additions and 280 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ EXPORT_C_(void) DEV9about()
HINSTANCE hInst;
void SysMessage(char *fmt, ...)
void SysMessage(const char *fmt, ...)
{
va_list list;
char tmp[512];