mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
91fce48fa1
- Remove include/reactos and include/reactos/wine include directories for host tools - Add include/host/wine directory - Move wpp.h to include/host/wine - Put a seperate config.h into include/host - Add a dummy debug.h and guiddef.h, wine/list.h, wine/port.h and wine/rpcfc.h that link to the original ones to include/host svn path=/branches/cmake-bringup/; revision=50763
6 lines
121 B
C
6 lines
121 B
C
#ifndef __WINE_DEBUG_H
|
|
#define __WINE_DEBUG_H
|
|
|
|
/* This file is intentionally left blank */
|
|
|
|
#endif /* __WINE_DEBUG_H */
|