Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-proclib-windows-internals.h
1 /**
2  * \file
3  */
4
5 #ifndef __MONO_UTILS_PROCLIB_WINDOWS_H__
6 #define __MONO_UTILS_PROCLIB_WINDOWS_H__
7
8 #include <config.h>
9 #include <glib.h>
10
11 #ifdef HOST_WIN32
12 #include <process.h>
13 #include "mono/utils/mono-proclib.h"
14
15 #endif /* HOST_WIN32 */
16 #endif /* __MONO_UTILS_PROCLIB_WINDOWS_H__ */
17