Author: sserapion
Date: Wed Sep 24 04:44:39 2008
New Revision: 36454
URL:
http://svn.reactos.org/svn/reactos?rev=36454&view=rev
Log:
Minor 64bit fixes.
Modified:
branches/ros-amd64-bringup/reactos/dll/cpl/console/console.c
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/console/console.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/console/console.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/console/console.c [iso-8859-1] Wed Sep 24
04:44:39 2008
@@ -12,7 +12,7 @@
#define WM_SETCONSOLE (WM_USER+10)
-LONG APIENTRY InitApplet(HWND hwnd, UINT uMsg, LONG wParam, LONG lParam);
+LONG APIENTRY InitApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK OptionsProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK FontProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK LayoutProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);