mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
linux compile fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1005 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a26116ccb7
commit
90bd960c5d
2 changed files with 3 additions and 1 deletions
|
@ -96,6 +96,7 @@ static u16 convert16bit(const u8* src) {
|
|||
}
|
||||
#ifdef _WIN32
|
||||
HINSTANCE g_hInstance;
|
||||
#endif
|
||||
|
||||
void GetMousePos(float& x, float& y)
|
||||
{
|
||||
|
@ -132,7 +133,7 @@ IMPLEMENT_APP_NO_MAIN(wxDLLApp)
|
|||
|
||||
WXDLLIMPEXP_BASE void wxSetInstance(HINSTANCE hInst);
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
BOOL APIENTRY DllMain(HINSTANCE hinstDLL, // DLL module handle
|
||||
DWORD dwReason, // reason called
|
||||
LPVOID lpvReserved) // reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue