[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / dll / win32 / serialui / serialui.h
index f597eac..121d11e 100644 (file)
@@ -82,7 +82,10 @@ DWORD WINAPI drvGetDefaultCommConfigA(LPCSTR lpszDevice,
  *
  ************************************/
 
-LRESULT CommDlgProc(HWND hDlg,
+INT_PTR
+CALLBACK
+CommDlgProc(
+       HWND hDlg,
        UINT Msg,
        WPARAM wParam,
        LPARAM lParam);