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