adjust names

This commit is contained in:
FunkyFr3sh 2017-11-26 09:09:38 +01:00
parent c526cf63de
commit e60db3ccb5
4 changed files with 12 additions and 12 deletions

View file

@ -702,7 +702,7 @@ HRESULT __stdcall ddraw_SetCooperativeLevel(IDirectDrawImpl *This, HWND hWnd, DW
HRESULT __stdcall ddraw_WaitForVerticalBlank(IDirectDrawImpl *This, DWORD a, HANDLE b)
{
#if _DEBUGx
#if _DEBUG_X
printf("DirectDraw::WaitForVerticalBlank(This=%p, ...)\n", This);
#endif
return DD_OK;