Kaydet (Commit) b60773a3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add pleas for help to explain a mysterious piece of code

üst 3b56b6ff
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
due to problems with WNT-STL-headers. due to problems with WNT-STL-headers.
*/ */
// If anybody who happens to read this has any idea what dark magic
// this is supposed to achieve, and whether it is needed or in any way
// relevant with MSVC2008 (or eventually newer), please add a
// comment...
#if defined(WNT) && !defined(__MINGW32__) #if defined(WNT) && !defined(__MINGW32__)
#define _NTSDK #define _NTSDK
......
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
due to problems with WNT-STL-headers. due to problems with WNT-STL-headers.
*/ */
// If anybody who happens to read this has any idea what dark magic
// this is supposed to achieve, and whether it is needed or in any way
// relevant with MSVC2008 (or eventually newer), please add a
// comment...
#if defined(WNT) && !defined(__MINGW32__) #if defined(WNT) && !defined(__MINGW32__)
#define _NTSDK #define _NTSDK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment