Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on January 09, 2023, 09:05:57 AM

Title: remove the borland macro in our source files
Post by: ollydbg on January 09, 2023, 09:05:57 AM
Hi, I think those code snippet:


#ifdef __BORLANDC__
#pragma hdrstop
#endif


should be removed from all our source code, any ideas?

Thanks.
Title: Re: remove the borland macro in our source files
Post by: Miguel Gimenez on January 09, 2023, 07:10:52 PM
wxWidgets has removed support for Borland, so IMHO keeping it in the codebase has little sense.
Title: Re: remove the borland macro in our source files
Post by: ollydbg on January 10, 2023, 03:44:31 AM
Thanks.
Agree.
Title: Re: remove the borland macro in our source files
Post by: Pecan on January 10, 2023, 06:32:25 AM
I also agree. Time to trim the grass.
I always delete it anyway.
Title: Re: remove the borland macro in our source files
Post by: ollydbg on February 01, 2023, 04:34:53 AM
It is done in the trunk now.  ;)