1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +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 _Standard_CLocaleSentry_H__
#define _Standard_CLocaleSentry_H__
#ifndef Standard_CLocaleSentry_HeaderFile
#define Standard_CLocaleSentry_HeaderFile
#include <Standard_Macro.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 _Standard_PrimitiveTypes_HeaderFile
#define _Standard_PrimitiveTypes_HeaderFile
#ifndef Standard_PrimitiveTypes_HeaderFile
#define Standard_PrimitiveTypes_HeaderFile
#include <stddef.h>
#include <stdlib.h>

View File

@@ -12,6 +12,9 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef Standard_math_HeaderFile
#define Standard_math_HeaderFile
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
@@ -33,3 +36,5 @@ Standard_EXPORT double __cdecl atanh ( double );
#endif /* _MSC_VER */
#endif