reactos/dll/shellext/slayer/precomp.h
2013-06-16 22:01:41 +00:00

17 lines
286 B
C

#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wincon.h>
#include <shellapi.h>
#include <shlobj.h>
#include <tchar.h>
#include "resource.h"
#include "slayer.h"
/* EOF */