2014-02-07 18:02:02 +00:00
|
|
|
#ifndef _MSPORTS_PCH_
|
|
|
|
#define _MSPORTS_PCH_
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <stdarg.h>
|
2014-01-24 18:00:48 +00:00
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <winuser.h>
|
2011-08-11 15:06:36 +00:00
|
|
|
#include <msports.h>
|
|
|
|
#include <setupapi.h>
|
2013-12-25 21:02:45 +00:00
|
|
|
|
2011-08-11 15:06:36 +00:00
|
|
|
#include <wine/debug.h>
|
|
|
|
|
|
|
|
#include "internal.h"
|
|
|
|
#include "resource.h"
|
2014-01-24 18:00:48 +00:00
|
|
|
|
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
2014-02-07 18:02:02 +00:00
|
|
|
|
|
|
|
#endif /* _MSPORTS_PCH_ */
|