reactos/dll/shellext/deskadp/precomp.h

14 lines
242 B
C
Raw Normal View History

#ifndef __PRECOMP__H
#define __PRECOMP__H
#define COBJMACROS
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <shlobj.h>
#include <dll/desk/deskcplx.h>
#include "deskadp.h"
#include "resource.h"
#endif /* __PRECOMP__H */