diff options
Diffstat (limited to 'protocols/Xfire/src/stdafx.h')
-rw-r--r-- | protocols/Xfire/src/stdafx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Xfire/src/stdafx.h b/protocols/Xfire/src/stdafx.h index a11577c69c..eb20af3e4d 100644 --- a/protocols/Xfire/src/stdafx.h +++ b/protocols/Xfire/src/stdafx.h @@ -5,10 +5,6 @@ #pragma once
-#ifndef _WIN32_WINNT // Lassen Sie die Verwendung spezifischer Features von Windows XP oder später zu.
-#define _WIN32_WINNT 0x0501 // Ändern Sie dies in den geeigneten Wert für andere Versionen von Windows.
-#endif
-
#include <sys/types.h>
#include <stdio.h>
#include <cstdlib>
|