reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/stdafx.h

33 lines
492 B
C

#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