Changeset 1457
- Timestamp:
 - Oct 26, 1999, 7:53:44 PM (26 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 2 edited
 
- 
          
  changelog (modified) (2 diffs)
 - 
          
  src/ddraw/misc.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/changelog
r1455 r1457 1 /* $Id: changelog,v 1.3 69 1999-10-26 11:19:16sandervl Exp $ */1 /* $Id: changelog,v 1.370 1999-10-26 17:52:00 sandervl Exp $ */ 2 2 3 3 99-10-26: Sander van Leeuwen <sandervl@xs4all.nl> … … 9 9 10 10 - KERNEL32: Removed menu resource + non-used resource methods 11 Fixed FS selector corruption in GetLocaleInfoA/W (use 12 ODINFUNCTION wrapper as it calls a OS/2 unicode api that has no 13 FS wrapper) 14 15 - PELDR: Increased stack from 192k to 640k (Quake 2 ran out of stack) 16 - DSOUND/DDRAW: Fixed FS selector corruption in logging procedures 17 ---> Quake 2 works again (Yeah! :) ) 18 NOTE: Quake 2 3.20 only starts the first time. Seems to change something 19 in the config.cfg file that crashes it the next time you run it. 20 (workaround: save original config.sys and restore it afterwards) 11 21 12 22 99-10-26: Patrick Haller <phaller@gmx.net>  - 
      
trunk/src/ddraw/misc.cpp
r1456 r1457 1 /* $Id: misc.cpp,v 1.3 1999-10-26 17:53:09 sandervl Exp $ */ 1 2 #define INCL_BASE 2 3 #define INCL_WIN  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  