mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
15 lines
278 B
C
15 lines
278 B
C
#define WIN32_NO_STATUS
|
|
#include <stdarg.h>
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winreg.h>
|
|
#include <winuser.h>
|
|
#include <wchar.h>
|
|
#include <cmtypes.h>
|
|
#include <msports.h>
|
|
#include <setupapi.h>
|
|
#include <wine/debug.h>
|
|
|
|
#include "internal.h"
|
|
#include "resource.h"
|