|
|
1.1 ! root 1: /* ! 2: Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. ! 3: ! 4: Governed by the TrueCrypt License 2.4 the full text of which is contained ! 5: in the file License.txt included in TrueCrypt binary and source code ! 6: distribution packages. ! 7: */ ! 8: ! 9: #ifndef TC_HEADER_Main_System ! 10: #define TC_HEADER_Main_System ! 11: ! 12: #ifndef TC_WINDOWS ! 13: ! 14: #include "SystemPrecompiled.h" ! 15: ! 16: #else ! 17: ! 18: #ifndef WINVER // Allow use of features specific to Windows XP or later. ! 19: #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. ! 20: #endif ! 21: ! 22: #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. ! 23: #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. ! 24: #endif ! 25: ! 26: #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. ! 27: #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. ! 28: #endif ! 29: ! 30: #ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later. ! 31: #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. ! 32: #endif ! 33: ! 34: #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers ! 35: ! 36: #ifndef UNICODE ! 37: #define UNICODE ! 38: #endif ! 39: ! 40: #ifndef _UNICODE ! 41: #define _UNICODE ! 42: #endif _UNICODE ! 43: ! 44: #include <wx/wxprec.h> ! 45: #include <wx/dde.h> ! 46: #include <wx/dnd.h> ! 47: #include <wx/filename.h> ! 48: #include <wx/imaglist.h> ! 49: #include <wx/listctrl.h> ! 50: #include <wx/mstream.h> ! 51: #include <wx/power.h> ! 52: #include <wx/snglinst.h> ! 53: #include <wx/taskbar.h> ! 54: #include <wx/txtstrm.h> ! 55: #include <wx/valgen.h> ! 56: #include <wx/wfstream.h> ! 57: #include <shellapi.h> ! 58: ! 59: #include <iostream> ! 60: #include <memory.h> ! 61: #include <stdio.h> ! 62: #include <stdlib.h> ! 63: ! 64: #endif ! 65: ! 66: #endif // TC_HEADER_Main_System
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.