mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00: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
1 changed files with 6 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue