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]

Re: setup.exe compilation fix


On Sep 11 16:23, VÃclav Haisman wrote:
> 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.

Patch applied.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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