more *nix compatibility fixes
[reactos.git] / posix / include / types.h
1 /* $Id: types.h,v 1.3 2002/10/29 04:45:25 rex Exp $
2 */
3 /*
4 * types.h
5 *
6 * dummy include file for Microsoft POSIX and Interix compatibility
7 *
8 * This file is part of the ReactOS Operating System.
9 *
10 * Contributors:
11 * Created by KJK::Hyperion <noog@libero.it>
12 *
13 * THIS SOFTWARE IS NOT COPYRIGHTED
14 *
15 * This source code is offered for use in the public domain. You may
16 * use, modify or distribute it freely.
17 *
18 * This code is distributed in the hope that it will be useful but
19 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
20 * DISCLAMED. This includes but is not limited to warranties of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22 *
23 */
24
25 #ifndef __TYPES_H_INCLUDED__
26 #define __TYPES_H_INCLUDED__
27
28 /* INCLUDES */
29 #include <sys/types.h>
30
31 /* OBJECTS */
32
33 /* TYPES */
34
35 /* CONSTANTS */
36
37 /* PROTOTYPES */
38
39 /* MACROS */
40
41 #endif /* __TYPES_H_INCLUDED__ */
42
43 /* EOF */
44