summaryrefslogtreecommitdiff
path: root/winaccessibility/source
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-16 22:29:12 +0100
committerMichael Meeks <michael.meeks@collabora.com>2013-11-19 00:01:34 +0000
commit559553edddad291ef9e69d37e6a21b334c17d452 (patch)
tree249ff35eb73f0fc8b98ab1e343fc0fa85ced073d /winaccessibility/source
parente25bebe879678416ba0a3ae813e65c4503e89c5a (diff)
Disable _WIN32_WINNT definition
Change-Id: Ibfa5839700da5ec272c95199b09cd4265d82525d
Diffstat (limited to 'winaccessibility/source')
-rw-r--r--winaccessibility/source/UAccCOM/stdafx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winaccessibility/source/UAccCOM/stdafx.h b/winaccessibility/source/UAccCOM/stdafx.h
index 631c48d39e2e..b933b12ee29c 100644
--- a/winaccessibility/source/UAccCOM/stdafx.h
+++ b/winaccessibility/source/UAccCOM/stdafx.h
@@ -28,10 +28,10 @@
#pragma once
#endif // _MSC_VER > 1000
-#define STRICT
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0400
-#endif
+//#define STRICT
+//#ifndef _WIN32_WINNT
+//#define _WIN32_WINNT 0x0400
+//#endif
//#define _ATL_APARTMENT_THREADED
#include <atlbase.h>