Changeset 689 for trunk/dll/init.c
- Timestamp:
- Jun 15, 2007, 8:33:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r633 r689 122 122 pp = p; 123 123 while (*pp && *pp != '\"') 124 *pp ++;124 *pp += 1; 125 125 if (*pp) 126 126 *pp = 0; … … 255 255 /* end of strings */ 256 256 memset(&RGBBLACK, 0, sizeof(RGB2)); 257 RGBGREY.bRed = RGBGREY.bGreen = RGBGREY.bBlue = 204;257 RGBGREY.bRed = RGBGREY.bGreen = RGBGREY.bBlue = (BYTE)204; 258 258 RGBGREY.fcOptions = 0; 259 259 FM3UL = *(ULONG *) FM3Str; … … 300 300 save_tools(NULL); 301 301 302 # ifdef __IBMC__ 302 303 _fcloseall(); 304 # else // __WATCOMC__ 305 fcloseall(); 306 # endif 303 307 304 308 save_dir(s);
Note:
See TracChangeset
for help on using the changeset viewer.