reactos/dll/win32/msports/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

20 lines
325 B
C

#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);