reactos/dll/win32/mpr/precomp.h

21 lines
279 B
C
Raw Normal View History

#ifndef _MPR_PCH_
#define _MPR_PCH_
#include <config.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winreg.h>
#include <winnetwk.h>
#include <wine/debug.h>
#include "mprres.h"
#endif /* !_MPR_PCH_ */