Plugin specs change please comment

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1820 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-01-07 11:16:36 +00:00
parent 727cef5fcd
commit 7f7c55d7a1
1 changed files with 6 additions and 7 deletions

View File

@ -31,7 +31,6 @@
// simulate something that looks like win32
// long term, kill these
// glxew defines BOOL. evil.
#define HWND void*
#define HINSTANCE void*
#endif
@ -45,7 +44,7 @@ extern "C" {
#define PLUGIN_TYPE_DVD 2
#define PLUGIN_TYPE_PAD 3
#define PLUGIN_TYPE_AUDIO 4
#define PLUGIN_TYPE_COMPILER 5
#define PLUGIN_TYPE_COMPILER 5
#define PLUGIN_TYPE_DSP 6
#define PLUGIN_TYPE_WIIMOTE 7
@ -63,10 +62,10 @@ typedef struct
typedef struct
{
HWND mainWindow;
HWND displayWindow;
HINSTANCE hInstance;
} OSData;
void *eventHandler;
void *config;
void *messageLogger;
} PLUGIN_GLOBALS;
#if defined(__cplusplus)
}