1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026787: Do not declare redundant macros WNT, LIN, WIN32, WIN64 within samples project files

Redundant macros were removed.

Defines _WIN32, __linux__ and LININTEL were removed from qt samples *.pro files
This commit is contained in:
ski
2015-10-23 16:12:34 +03:00
committed by bugmaster
parent f1a70360a7
commit 50fe2dab24
82 changed files with 305 additions and 772 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,9 @@
#ifndef _FSD_CArchive_HeaderFile
#define _FSD_CArchive_HeaderFile
#ifdef WNT
//#define _MBCS
#include <afx.h>
typedef CArchive* FSD_CArchive;
#else
typedef void* FSD_CArchive;
#endif
#endif

View File

@@ -1,15 +1,9 @@
#ifndef _FSD_CFile_HeaderFile
#define _FSD_CFile_HeaderFile
#ifdef WNT
//#define _MBCS
#include <afx.h>
typedef CFile FSD_CFile;
#else
typedef void* FSD_CFile;
#endif
#endif

View File

@@ -19,11 +19,6 @@
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#if !defined(WNT)
#error WNT precompiler directive is mandatory for CasCade
#endif
#define DEFAULT_DEVIATIONCOEFFICIENT 0.001
#define DEFAULT_DCBIG 0.005
#define DEFAULT_DCVBIG 0.01