Better header redefiniton guards.
Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
_____
Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
--- trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
2005-06-19 15:27:10 UTC (rev 16094)
+++ trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
2005-06-19 15:40:47 UTC (rev 16095)
@@ -37,9 +37,18 @@
typedef int spinlock_t;
typedef int atomic_t;
#ifndef STANDALONE
+#ifndef _MODE_T_
+#define _MODE_T_
typedef int mode_t;
+#endif
+#ifndef _PID_T_
+#define _PID_T_
typedef int pid_t;
+#endif
+#ifndef _SSIZE_T_
+#define _SSIZE_T_
typedef int ssize_t;
+#endif
#endif
typedef int irqreturn_t;
Show replies by date