-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / tsclient / porting-tools / rdesktop-core-tester / stdafx.h
1 #pragma once
2
3 #define _CRT_SECURE_NO_DEPRECATE
4 #define _SECURE_SCL 0
5
6 #include <new>
7 #include <algorithm>
8
9 #include <assert.h>
10 #include <stdio.h>
11 #include <stdlib.h>
12 #include <errno.h>
13
14 #include <direct.h>
15 #include <io.h>
16 #include <fcntl.h>
17 #include <sys/stat.h>
18 #include <sys/types.h>
19
20 #define WIN32_LEAN_AND_MEAN
21 #include <windows.h>
22 #include <winsock2.h>
23
24 #include <objbase.h>
25 #include <oleauto.h>
26 #include <olectl.h>
27 #include <ocidl.h>
28 #include <objsafe.h>
29
30 #include <commctrl.h>
31
32 // EOF