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:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user