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

@ -42,7 +42,7 @@ HRESULT __stdcall ddraw_palette_SetEntries(IDirectDrawPaletteImpl *This, DWORD d
{
int i;
#if _DEBUGx
#if _DEBUG_X
printf("DirectDrawPalette::SetEntries(This=%p, dwFlags=%d, dwStartingEntry=%d, dwCount=%d, lpEntries=%p)\n", This, (int)dwFlags, (int)dwStartingEntry, (int)dwCount, lpEntries);
#endif