reactos/dll/shellext/deskmon/precomp.h

20 lines
373 B
C
Raw Normal View History

#ifndef __PRECOMP__H
#define __PRECOMP__H
#define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <wincon.h>
#include <tchar.h>
#include <shlobj.h>
#include <dll/desk/deskcplx.h>
#include "deskmon.h"
#include "resource.h"
#endif /* __PRECOMP__H */