ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h
Go to the documentation of this file.
1#ifndef __PRECOMP__H
2#define __PRECOMP__H
3
4#include <stdarg.h>
5
6#define WIN32_NO_STATUS
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#define COBJMACROS
11
12#include <windef.h>
13#include <winbase.h>
14#include <wingdi.h>
15#include <wincon.h>
16#include <shlobj.h>
17#include <dll/desk/deskcplx.h>
18
19#include "deskadp.h"
20
21#endif /* __PRECOMP__H */