31
Help / Code::Blocks always add #ifndef HEADER_ on some .h files
« Last post by FredCL on August 04, 2026, 07:47:03 pm »Hello,
I don't know why on my project only on one file Code::blocks always add
#ifndef HEADER_9598362C9F593684
#define HEADER_9598362C9F593684
at the beginning of the file
the file already have a
#ifndef _FRAMEAPP_H_
#define _FRAMEAPP_H_
The file is encoded in UTF8.
How to avoid this unwanted adding ?
I don't know why on my project only on one file Code::blocks always add
#ifndef HEADER_9598362C9F593684
#define HEADER_9598362C9F593684
at the beginning of the file
the file already have a
#ifndef _FRAMEAPP_H_
#define _FRAMEAPP_H_
The file is encoded in UTF8.
How to avoid this unwanted adding ?
Recent Posts
Really CB coders have no control over it, maybe with some attributes ? That's crazy !!