mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
13 lines
242 B
C
13 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 */
|