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:

Code
#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.  ;)