summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/stdafx.h')
-rw-r--r--protocols/Xfire/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Xfire/src/stdafx.h b/protocols/Xfire/src/stdafx.h
index c6055649f3..a11577c69c 100644
--- a/protocols/Xfire/src/stdafx.h
+++ b/protocols/Xfire/src/stdafx.h
@@ -9,12 +9,12 @@
#define _WIN32_WINNT 0x0501 // Ändern Sie dies in den geeigneten Wert für andere Versionen von Windows.
#endif
-#include <sys/types.h>
+#include <sys/types.h>
#include <stdio.h>
#include <cstdlib>
#include <tchar.h>
#include <iostream>
-#include <string>
+#include <string>
#define uint unsigned int
#define socklen_t int
@@ -35,7 +35,7 @@
#pragma comment(lib,"user32.lib")
#pragma comment(lib,"gdi32.lib")
-#include <winsock2.h>
+#include <winsock2.h>
#include <gdiplus.h>
#include <Wininet.h>
#include <commctrl.h>