mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 03:51:38 +02:00
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:
parent
727cef5fcd
commit
7f7c55d7a1
@ -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
|
||||
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user