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