- Timestamp:
- Dec 20, 2002, 11:38:25 AM (23 years ago)
- Location:
- trunk/src/ddraw
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2UTIL.CPP
r9462 r9532 1 /* $Id: OS2UTIL.CPP,v 1.1 4 2002-12-04 15:21:40sandervl Exp $ */1 /* $Id: OS2UTIL.CPP,v 1.15 2002-12-20 10:38:25 sandervl Exp $ */ 2 2 3 3 /* … … 73 73 int InitIO() 74 74 { 75 #if 0 75 76 WORD gdt; 76 77 HRESULT rc; … … 101 102 102 103 SetFS(sel); 104 #endif 103 105 return 0; 104 106 } -
trunk/src/ddraw/ddraw2d.cpp
r9464 r9532 1 /* $Id: ddraw2d.cpp,v 1. 3 2002-12-04 16:45:06sandervl Exp $ */1 /* $Id: ddraw2d.cpp,v 1.4 2002-12-20 10:38:25 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <winerror.h> 34 34 #include <options.h> 35 #include "cio2.h"36 35 #include "os2util.h" 37 36 #include "os2fsdd.h" … … 266 265 if (!fNoFSDD && PROFILE_GetOdinIniBool(ODINDDRAW_SECTION, "Fullscreen", FALSE)) 267 266 { 267 #if 0 268 268 rc = InitIO(); 269 269 … … 276 276 dprintf(("DDRAW: IOPL 3!")); 277 277 } 278 #endif 278 279 279 280 rc = LoadPMIService(); … … 1905 1906 } 1906 1907 //****************************************************************************** 1907 //Backwards compatibility, what's that??1908 1908 //****************************************************************************** 1909 1909 HRESULT WIN32API DrawSetDisplayMode2(THIS This, DWORD dwWidth, DWORD dwHeight, -
trunk/src/ddraw/makefile
r9459 r9532 1 # $Id: makefile,v 1.3 0 2002-12-04 10:35:01sandervl Exp $1 # $Id: makefile,v 1.31 2002-12-20 10:38:25 sandervl Exp $ 2 2 3 3 # … … 24 24 $(OBJDIR)\oslibgpi.obj \ 25 25 $(OBJDIR)\ddraw3d.obj \ 26 $(OBJDIR)\iccio1.obj \26 ##$(OBJDIR)\iccio1.obj \ 27 27 $(OBJDIR)\asmutil.obj \ 28 28 $(OBJDIR)\surface.obj \
Note:
See TracChangeset
for help on using the changeset viewer.