NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
CommonHeaders.h
Go to the documentation of this file.
1#ifndef PRECOMPILEDHEADER_H
2#define PRECOMPILEDHEADER_H
3
4
5
6#include <wx/wx.h>
7#include <wx/string.h>
8#include <wx/wxprec.h>
9#include <wx/fdrepdlg.h>
10#include <wx/config.h>
11#include <wx/fileconf.h>
12#include <wx/timer.h>
13#include <wx/regex.h>
14#include <wx/splash.h>
15#include <wx/utils.h>
16#include <wx/wfstream.h>
17#include <wx/frame.h>
18#include <wx/toolbar.h>
19#include <wx/bitmap.h>
20#include <wx/frame.h>
21#include <wx/string.h>
22#include <wx/filedlg.h>
23#include <wx/file.h>
24#include <wx/textfile.h>
25#include <wx/splitter.h>
26#include <wx/grid.h>
27#include <wx/dynarray.h>
28#include <wx/notebook.h>
29//#include <wx/tabctrl.h>
30#include <wx/log.h>
31#include <wx/filename.h>
32#include <wx/socket.h>
33#include <wx/checklst.h>
34#include <wx/treectrl.h>
35#include <wx/mstream.h>
36
37
38#if (_MSC_VER >= 1400) // VC8+
39#pragma warning(disable : 4996) // Either disable all deprecation warnings,
40// Or just turn off warnings about the newly deprecated CRT functions.
41// #ifndef _CRT_SECURE_NO_DEPRECATE
42// #define _CRT_SECURE_NO_DEPRECATE
43// #endif
44// #ifndef _CRT_NONSTDC_NO_DEPRECATE
45// #define _CRT_NONSTDC_NO_DEPRECATE
46// #endif
47
48
49
50#if defined(__WXMSW__) && !defined(__WXWINCE__)
51#pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df'\"")
52#endif
53
54#endif // VC8
55
56#endif