mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
22 lines
336 B
C
22 lines
336 B
C
#ifndef __PRECOMP__H
|
|
#define __PRECOMP__H
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <wingdi.h>
|
|
#include <wincon.h>
|
|
#include <shlobj.h>
|
|
#include <dll/desk/deskcplx.h>
|
|
|
|
#include "deskmon.h"
|
|
|
|
#endif /* __PRECOMP__H */
|