Fix incorrect method definition for CreatePalette, Red Alert loads up the menu!

This commit is contained in:
Toni Spets 2010-10-17 09:17:10 +03:00
parent 2d107d58b0
commit 487c98aa1f
3 changed files with 5 additions and 5 deletions

View file

@ -44,6 +44,6 @@ typedef struct
extern fakeDirectDrawPalette piface;
HRESULT ddraw_CreatePalette(void *This, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
HRESULT ddraw_CreatePalette(void *This, DWORD dwFlags, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
#endif