| # | Line 17 | Line 17 | typedef unsigned char UUtBool; | |
|---|---|---|
| 17 | typedef unsigned short UUtError; | |
| 18 | #define UUcError_None ((UUtError) 0) | |
| 19 | ||
| 20 | + | typedef unsigned char UUtUns8; |
| 21 | + | typedef unsigned short UUtUns16; |
| 22 | + | typedef unsigned int UUtUns32; |
| 23 | + | typedef char UUtInt8; |
| 24 | + | typedef short UUtInt16; |
| 25 | + | typedef int UUtInt32; |
| 26 | + | |
| 27 | extern HMODULE DDrDLLModule; | |
| 28 | extern HMODULE DDrONiModule; | |
| 29 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |