reactos/dll/win32/msports/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

25 lines
398 B
C

#ifndef _MSPORTS_PCH_
#define _MSPORTS_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <msports.h>
#include <setupapi.h>
#include <wine/debug.h>
#include "internal.h"
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);
#endif /* _MSPORTS_PCH_ */