reactos/dll/win32/syssetup/precomp.h
Eric Kohl d9e20ae3fe Implement the StorageCoInstaller and configure it for CD-ROM and Disk devices
This sets the friendly name for CD-ROM and Disk devices.
2020-12-07 23:17:29 +01:00

26 lines
461 B
C

#ifndef _SYSSETUP_PCH_
#define _SYSSETUP_PCH_
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <setupapi.h>
#include <syssetup/syssetup.h>
#include <pseh/pseh2.h>
#include <cfgmgr32.h>
#include "globals.h"
#include "resource.h"
#endif /* _SYSSETUP_PCH_ */