Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rosapps / applications / net / tsclient / porting-tools / rdesktop-core-tester / stdafx.h
diff --git a/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/stdafx.h b/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/stdafx.h
new file mode 100644 (file)
index 0000000..87956e6
--- /dev/null
@@ -0,0 +1,32 @@
+#pragma once
+
+#define _CRT_SECURE_NO_DEPRECATE
+#define _SECURE_SCL 0
+
+#include <new>
+#include <algorithm>
+
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <errno.h>
+
+#include <direct.h>
+#include <io.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+#include <winsock2.h>
+
+#include <objbase.h>
+#include <oleauto.h>
+#include <olectl.h>
+#include <ocidl.h>
+#include <objsafe.h>
+
+#include <commctrl.h>
+
+// EOF