Ticket #13610: patch-globals-structtypes.h

File patch-globals-structtypes.h, 289 bytes (added by rhys@…, 16 years ago)

Patch to solve compilation problem.

Line 
1--- globals-structtypes.h       2008-03-18 22:24:02.000000000 +1030
2+++ globals-structtypes.h.new   2008-03-18 22:23:51.000000000 +1030
3@@ -100,7 +100,7 @@
4 typedef char int8_t;
5 #endif
6 
7-typedef unsigned char bool;
8+//typedef unsigned char bool;
9 
10 #include "fcUtils.h"
11 #include "scsiUtils.h"
12