mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 12:27:17 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
21 lines
311 B
C
21 lines
311 B
C
#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"
|
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(mpr);
|
|
|
|
#endif /* _MPR_PCH_ */
|