Changes between Version 47 and Version 48 of CommonProblems
- Timestamp:
- 03/05/11 20:12:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v47 v48 62 62 #ifndef MSG_NOSIGNAL 63 63 #define MSG_NOSIGNAL 0 64 #endif 65 }}} 66 67 * {{{IFF_RUNNING}}} undeclared: Add the following code into header/source file. 68 {{{ 69 #ifndef IFF_RUNNING 70 #define IFF_RUNNING 0x0001 64 71 #endif 65 72 }}}
