Fix cast from pointer to integer of different size

svn path=/branches/ros-amd64-bringup/; revision=34758
This commit is contained in:
Samuel Serapion 2008-07-24 21:32:08 +00:00
parent a44aeaaeec
commit 0c493a626f

View file

@ -179,7 +179,7 @@ _tWinMain(HINSTANCE hInst,
rcRightPanel.left = rcLeftPanel.right; rcRightPanel.left = rcLeftPanel.right;
rcRightPanel.right = ulInnerWidth - 1; rcRightPanel.right = ulInnerWidth - 1;
if (!LoadString(hInstance, (UINT)MAKEINTRESOURCE(IDS_APPTITLE), szAppTitle, 80)) if (!LoadString(hInstance, (UINT_PTR)MAKEINTRESOURCE(IDS_APPTITLE), szAppTitle, 80))
_tcscpy(szAppTitle, TEXT("ReactOS Welcome")); _tcscpy(szAppTitle, TEXT("ReactOS Welcome"));
/* Create main window */ /* Create main window */