Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentypes.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_TYPES 00007 #define _INC_TYPES 00008 00009 #ifndef _WIN32 00010 #error Only Win32 target is supported! 00011 #endif 00012 00013 #include <crtdefs.h> 00014 00015 #ifndef _INO_T_DEFINED 00016 #define _INO_T_DEFINED 00017 typedef unsigned short _ino_t; 00018 #ifndef NO_OLDNAMES 00019 typedef unsigned short ino_t; 00020 #endif 00021 #endif 00022 00023 #ifndef _DEV_T_DEFINED 00024 #define _DEV_T_DEFINED 00025 typedef unsigned int _dev_t; 00026 #ifndef NO_OLDNAMES 00027 typedef unsigned int dev_t; 00028 #endif 00029 #endif 00030 00031 #ifndef _OFF_T_DEFINED 00032 #define _OFF_T_DEFINED 00033 typedef long _off_t; 00034 # ifndef NO_OLDNAMES 00035 typedef long off_t; 00036 # endif 00037 #endif 00038 00039 #ifndef _PID_T_ 00040 #define _PID_T_ 00041 #ifndef _WIN64 00042 typedef int _pid_t; 00043 #else 00044 typedef __int64 _pid_t; 00045 #endif 00046 00047 #ifndef NO_OLDNAMES 00048 typedef _pid_t pid_t; 00049 #endif 00050 #endif /* Not _PID_T_ */ 00051 00052 #endif /* !_INC_TYPES */ Generated on Sun May 27 2012 04:17:11 for ReactOS by
1.7.6.1
|