libMVRgdtf
40bc00a
A library for GDTF and MVR
Loading...
Searching...
No Matches
StdHeaders.h
Go to the documentation of this file.
1
// StdAfx.h : include file for standard system include files,
2
// or project specific include files that are used frequently, but
3
// are changed infrequently
4
//
5
// Copyright © Nemetschek North America, Inc 2005.
6
// All Rights Reserved.
7
8
#pragma once
9
10
#if _WINDOWS
11
12
#define VC_EXTRALEAN
// Exclude rarely-used stuff from Windows headers
13
#define WIN32_LEAN_AND_MEAN
// Exclude rarely-used stuff from Windows headers
14
15
16
#pragma warning(disable:4786)
17
18
#include "
CommonPrefix.h
"
19
20
#elif _LINUX
21
22
#include "
CommonPrefix.h
"
23
24
#endif
// _WINDOWS
CommonPrefix.h
src
Prefix
StdHeaders.h