]> cygwin.com Git - cygwin-apps/setup.git/commit - proppage.cc
First step towards X86-64 compatibility.
authorYaakov Selkowitz <yselkowi@redhat.com>
Thu, 30 Aug 2012 22:32:14 +0000 (22:32 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Thu, 30 Aug 2012 22:32:14 +0000 (22:32 +0000)
commite08abe3f2d0ca414c941a8302893ae78c4f9127d
treea474052442e7ce12b8a0b0b20c0937ab6a2b2059
parentc0e55e840056c39f5c190cf1a64c339a6631327c
First step towards X86-64 compatibility.
* archive_tar.cc (archive_tar::next_file_name): Fix sscanf formats
for 64-bit size_t.
* choose.cc (ChooserPage::OnMouseWheel): Fix return type.
* choose.h (ChooserPage::OnMouseWheel): Ditto.
* filemanip.cc (nt_wfopen): Fix argument cast for _open_osfhandle.
* netio.cc (auth_proc): Fix return type.
* proppage.cc (PropertyPage::FirstDialogProcReflector): Fix return type.
Use SetWindowLongPtr and DWLP_* instead of SetWindowLong and DWL_*.
(PropertyPage::DialogProcReflector): Ditto.
(PropertyPage::DialogProc): Ditto.
(PropertyPage::OnMouseWheel): Ditto.
* proppage.h (PropertyPage::FirstDialogProcReflector): Fix return type.
(PropertyPage::DialogProcReflector): Ditto.
(PropertyPage::DialogProc): Ditto.
(PropertyPage::OnMouseWheel): Ditto.
* site.cc (drop_proc): Fix return type.
* window.cc (Window::FirstWindowProcReflector): Use GWLP_* with
SetWindowLongPtr calls.
(Window::WindowProcReflector): Ditto.
ChangeLog
archive_tar.cc
choose.cc
choose.h
filemanip.cc
netio.cc
proppage.cc
proppage.h
site.cc
window.cc
This page took 0.033189 seconds and 5 git commands to generate.