This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup.exe compilation fix


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi.

I just tried to compile setup.exe from source and run into a problem in
propsheet.cc. The names like PropSheet_SetCurSel() are macros and already
contain the `::' resulting into `::::' and compile error. The attached patch
fixes it for me. Changelog below.

- -- 
VH


2010-09-10  VÃclav Haisman  <v.haisman@sh.cvut.cz>

	* propsheet.cc (PropSheet::SetActivePage): Remove :: before PropSheet_SetCurSel.
	(PropSheet::SetActivePageByID): Remove :: before PropSheet_SetCurSelByID.
	(PropSheet::SetButtons): Remove :: before PropSheet_SetWizButtons.
	(PropSheet::PressButton): Remove :: before PropSheet_PressButton.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iF4EAREIAAYFAkyLkMcACgkQeqrf2dJjGj41mQD8C6nc9hM8rBY9fdsvI6bV0OLb
aCliFrdPSSLJ66gIWUMA/0m4Fh3yUglWAv6vxmDwrHo28FWn+A7wbiLgzTOUm6yQ
=/PMJ
-----END PGP SIGNATURE-----

Attachment: propsheet.cc.diff
Description: Text document

Attachment: propsheet.cc.diff.sig
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]