Changes between Version 31 and Version 32 of CommonProblems
- Timestamp:
- 11/24/09 20:14:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v31 v32 65 65 http://www.comp.leeds.ac.uk/hannah/cpp/errors.html 66 66 67 === MSG_NOSIGNAL undeclared === 68 69 Add below to header/source file. 70 71 #ifndef MSG_NOSIGNAL 72 #define MSG_NOSIGNAL 0 73 #endif 74 67 75 === stdbool.in.h (Now fixed in Haiku) === 68 76
