build fixings

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1500 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
daco65
2008-12-11 15:12:17 +00:00
parent c2fd281a49
commit 607f5b289f
3 changed files with 15 additions and 15 deletions

View File

@ -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;