2007-09-26 20:00:07 +00:00
|
|
|
#ifndef __PRECOMP__H
|
|
|
|
#define __PRECOMP__H
|
|
|
|
|
2014-01-20 13:08:23 +00:00
|
|
|
#include <stdarg.h>
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2014-01-20 13:08:23 +00:00
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <wingdi.h>
|
2013-05-04 20:43:16 +00:00
|
|
|
#include <wincon.h>
|
2007-09-26 20:00:07 +00:00
|
|
|
#include <shlobj.h>
|
|
|
|
#include <dll/desk/deskcplx.h>
|
2014-01-20 13:08:23 +00:00
|
|
|
|
2007-09-26 20:00:07 +00:00
|
|
|
#include "deskadp.h"
|
|
|
|
|
|
|
|
#endif /* __PRECOMP__H */
|