Applied patch 1677756, win64 patch. This replaces calls to the

obsoleted {GS}etWindowsLong() with {GS}etWindowsLongPtr().  These
latter functions are supported from Win95 and WinNT 3.1 so they
shouldn't introduce any compatibility problems.
This commit is contained in:
crs23
2007-09-09 20:48:03 +00:00
parent 8896add372
commit d001ca488a
11 changed files with 17 additions and 17 deletions

View File

@@ -87,7 +87,7 @@ CAutoStart::doModal()
// do dialog
DialogBoxParam(s_instance, MAKEINTRESOURCE(IDD_AUTOSTART),
m_parent, dlgProc, (LPARAM)this);
m_parent, (DLGPROC)dlgProc, (LPARAM)this);
// remove log outputter
CLOG->pop_front();