mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
build fixings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1500 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c2fd281a49
commit
607f5b289f
3 changed files with 15 additions and 15 deletions
|
@ -71,7 +71,7 @@ BOOL APIENTRY DllMain( HINSTANCE hinstDLL, // DLL module handle
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL Callback_PeekMessages()
|
||||
unsigned int Callback_PeekMessages()
|
||||
{
|
||||
//TODO: peek message
|
||||
MSG msg;
|
||||
|
@ -308,7 +308,7 @@ HRESULT ScreenShot(TCHAR *File)
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
BOOL Video_Screenshot(TCHAR* _szFilename)
|
||||
unsigned int Video_Screenshot(TCHAR* _szFilename)
|
||||
{
|
||||
if (ScreenShot(_szFilename) == S_OK)
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue