setup.exe compilation fix

Václav Haisman v.haisman@sh.cvut.cz
Sun Sep 12 17:02:00 GMT 2010


-----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-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: propsheet.cc.diff
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20100912/5b099d06/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: propsheet.cc.diff.sig
Type: application/octet-stream
Size: 96 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20100912/5b099d06/attachment.obj>


More information about the Cygwin-apps mailing list