diff options
| author | 2012-01-21 21:48:02 +0000 | |
|---|---|---|
| committer | 2012-01-21 21:48:02 +0000 | |
| commit | 19bcb5aee690a50155a88a6b47d79147ac02b115 (patch) | |
| tree | 95df3b47bb6f4ee708bc71c5d24a35ec5e769ca7 /src/kvilib/net/KviNetUtils.cpp | |
| parent | copy and paste is hard. (diff) | |
| download | KVIrc-19bcb5aee690a50155a88a6b47d79147ac02b115.tar.gz KVIrc-19bcb5aee690a50155a88a6b47d79147ac02b115.tar.bz2 KVIrc-19bcb5aee690a50155a88a6b47d79147ac02b115.zip | |
- guard the xp home/pro detection stuff by the build Major and Minor to not add professional somewhere else
- fix r6056, i accidentally incinerated build and service pack detection there
- kill some more pre xp stuff
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6058 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviNetUtils.cpp')
| -rw-r--r-- | src/kvilib/net/KviNetUtils.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kvilib/net/KviNetUtils.cpp b/src/kvilib/net/KviNetUtils.cpp index 718d9ff0a..f12cdbab7 100644 --- a/src/kvilib/net/KviNetUtils.cpp +++ b/src/kvilib/net/KviNetUtils.cpp @@ -24,12 +24,6 @@ #define _KVI_NETUTILS_CPP_ -#define NTDDI_VERSION NTDDI_WINXP - -#ifndef _WIN32_WINNT - #define _WIN32_WINNT _WIN32_WINNT_WINXP -#endif - #include "KviNetUtils.h" #include "KviMemory.h" |
