mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix spider build.
svn path=/branches/ros-amd64-bringup/; revision=44002
This commit is contained in:
@@ -50,7 +50,7 @@ void MakePath(TCHAR *szDest, UINT nDestLen, const TCHAR *szExt)
|
||||
lstrcpy(ptr + 1, szExt);
|
||||
}
|
||||
|
||||
BOOL CALLBACK DifficultyDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
INT_PTR CALLBACK DifficultyDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
switch (uMsg)
|
||||
{
|
||||
@@ -239,7 +239,7 @@ CardImageWndProc(HWND hwnd,
|
||||
}
|
||||
|
||||
|
||||
BOOL CALLBACK CardBackDlgProc(HWND hDlg,
|
||||
INT_PTR CALLBACK CardBackDlgProc(HWND hDlg,
|
||||
UINT uMsg,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam)
|
||||
|
||||
Reference in New Issue
Block a user