1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0024975: Improve of preprocessor directives in header files to be equal to the file name

Preprocessor directives were changed or created by function "check_headers" from script adm/upgrade.tcl (CR24816)
This commit is contained in:
ski
2021-10-18 11:52:10 +03:00
committed by smoskvin
parent 4f7ad5fb76
commit 5bd54bef32
142 changed files with 303 additions and 279 deletions

View File

@@ -13,8 +13,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Image_AlienPixMap_H__
#define _Image_AlienPixMap_H__
#ifndef Image_AlienPixMap_HeaderFile
#define Image_AlienPixMap_HeaderFile
#include <Image_PixMap.hxx>

View File

@@ -13,8 +13,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Image_Color_H__
#define _Image_Color_H__
#ifndef Image_Color_HeaderFile
#define Image_Color_HeaderFile
#include <Standard.hxx>

View File

@@ -13,8 +13,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Image_Diff_H__
#define _Image_Diff_H__
#ifndef Image_Diff_HeaderFile
#define Image_Diff_HeaderFile
#include <Image_PixMap.hxx>
#include <TCollection_AsciiString.hxx>

View File

@@ -13,8 +13,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Image_PixMap_H__
#define _Image_PixMap_H__
#ifndef Image_PixMap_HeaderFile
#define Image_PixMap_HeaderFile
#include <Image_CompressedFormat.hxx>
#include <Image_PixMapData.hxx>

View File

@@ -13,8 +13,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Image_PixMapData_H__
#define _Image_PixMapData_H__
#ifndef Image_PixMapData_HeaderFile
#define Image_PixMapData_HeaderFile
#include <Image_Color.hxx>
#include <NCollection_Buffer.hxx>