diff options
author | Dwight <dmerriman@gmail.com> | 2007-10-19 19:35:48 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2007-10-19 19:35:48 -0400 |
commit | e73188b5512c82290a4070af4afddac20d0b981e (patch) | |
tree | cf25c77d94478ecfe372bd2d8a2d59b8817918dd /targetver.h | |
download | mongo-e73188b5512c82290a4070af4afddac20d0b981e.tar.gz |
first commit
Diffstat (limited to 'targetver.h')
-rw-r--r-- | targetver.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/targetver.h b/targetver.h new file mode 100644 index 00000000000..3965af59bcd --- /dev/null +++ b/targetver.h @@ -0,0 +1,5 @@ +#pragma once
+#ifndef _WIN32_WINNT // Allow use of features specific to Windows Vista or later.
+#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
+#endif
+
|