Author Topic: header guard word  (Read 7304 times)

Offline r.stiltskin

  • Multiple posting newcomer
  • *
  • Posts: 48
header guard word
« on: May 01, 2008, 09:52:48 pm »
Is there any way for users to change the style of the default guard word to be produced by the new-header-wizard?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: header guard word
« Reply #1 on: May 01, 2008, 11:24:22 pm »
At the moment only by editing the textfield in the wizard everytime you use it, or by patching the source-code and self-compiling C::B.

The "_INCLUDED" is hardcoded in "src/plugins/scriptedwizard/filepathpanel.cpp" in line 184 (svn5026) .

Offline r.stiltskin

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: header guard word
« Reply #2 on: May 03, 2008, 06:50:03 am »
The "_INCLUDED" is hardcoded ...
You read my mind. ;)

Thanks.