mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:32:41 +00:00
[ROSTESTS]
Fix 64 bit build of some modules (Samuel Serapion, modified by me) svn path=/trunk/; revision=47551
This commit is contained in:
parent
859c81ee74
commit
5cede710e0
17 changed files with 78 additions and 71 deletions
|
@ -157,7 +157,7 @@ LRESULT CALLBACK MultiWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||
HDC hDC;
|
||||
RECT Client;
|
||||
HBRUSH Brush;
|
||||
DWORD Ret;
|
||||
DWORD_PTR Ret;
|
||||
|
||||
static COLORREF Colors[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue