reactos/dll/shellext/deskmon/precomp.h
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

14 lines
242 B
C

#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 "deskmon.h"
#include "resource.h"
#endif /* __PRECOMP__H */