1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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

@@ -12,8 +12,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef List_Of_Errors
#define List_Of_Errors
#ifndef OSD_ErrorList_HeaderFile
#define OSD_ErrorList_HeaderFile
#include <OSD_WhoAmI.hxx>
#include <errno.h>

View File

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

View File

@@ -12,8 +12,8 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef __OSD_WNT_H
# define __OSD_WNT_H
#ifndef OSD_WNT_HeaderFile
#define OSD_WNT_HeaderFile
# ifndef STRICT
# define STRICT
@@ -110,4 +110,4 @@ void SetResponseDirectoryProc ( RESPONSE_DIR_PROC );
}
# endif /* __cplusplus */
#endif /* __OSD_WNT_H */
#endif