diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2013-02-26 16:42:25 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2013-02-26 16:42:25 +0000 |
commit | 01720c57d9a4b30582e0f2f47ab9879dfdca9d3a (patch) | |
tree | 5dcda5520dbfea67b5177ca0d4e30f83b36fc642 /FTNoIR_Tracker_HT/stdafx.h | |
parent | 36f82a4f0dc4f002123cc313eab7c845dcd13572 (diff) |
Updating before branching. Last revision is v170 beta1.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@271 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Tracker_HT/stdafx.h')
-rw-r--r-- | FTNoIR_Tracker_HT/stdafx.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/FTNoIR_Tracker_HT/stdafx.h b/FTNoIR_Tracker_HT/stdafx.h index 9cbe1001..0e532c9f 100644 --- a/FTNoIR_Tracker_HT/stdafx.h +++ b/FTNoIR_Tracker_HT/stdafx.h @@ -1,31 +1,3 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -// Modify the following defines if you have to target a platform prior to the ones specified below. -// Refer to MSDN for the latest info on corresponding values for different platforms. -#ifndef WINVER // Allow use of features specific to Windows XP or later. -#define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. -#endif - -#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. -#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. -#endif - -#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. -#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. -#endif - -#ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later. -#define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. -#endif - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -// Windows Header Files: -#include <windows.h> #include <QWidget> #include <QMessageBox> #include <QProcess> @@ -40,4 +12,3 @@ #include <QPaintEvent> #include <QList> #include <QString> -#include <dshow.h>
\ No newline at end of file |