Changeset 18494
- Timestamp:
- Feb 17, 2002, 9:40:24 PM (23 years ago)
- Location:
- tags/trunk/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/DPlayX/dplobby.cpp ¶
r16087 r18494 1 // $Id: dplobby.cpp,v 1. 5 2001-04-16 17:25:23sandervl Exp $1 // $Id: dplobby.cpp,v 1.6 2002-02-17 20:40:24 sandervl Exp $ 2 2 /* Direct Play Lobby 2 & 3 Implementation 3 3 * … … 13 13 #define CINTERFACE 14 14 15 #include "winbase.h" 15 16 #include "winerror.h" 16 17 #include "winnt.h" -
TabularUnified tags/trunk/src/ddraw/OS2CLIPPER.CPP ¶
r18451 r18494 1 /* $Id: OS2CLIPPER.CPP,v 1.1 7 2002-02-13 15:23:10sandervl Exp $ */1 /* $Id: OS2CLIPPER.CPP,v 1.18 2002-02-17 20:40:04 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 */ 14 14 15 #define _OS2WIN_H 16 #define FAR 17 15 18 #include <odin.h> 19 #include <winbase.h> 16 20 #include <memory.h> 17 21 … … 19 23 #include "os2ddraw.h" 20 24 #include "os2clipper.h" 21 #define _OS2WIN_H22 #define FAR23 25 #include <misc.h> 24 26 #include <winerror.h> -
TabularUnified tags/trunk/src/ddraw/OS2D3D.CPP ¶
r15887 r18494 1 /* $Id: OS2D3D.CPP,v 1.1 2 2001-03-18 21:44:42 mikeExp $ */1 /* $Id: OS2D3D.CPP,v 1.13 2002-02-17 20:40:04 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 16 16 #define INITGUID 17 #define _OS2WIN_H 18 #define FAR 19 20 #include <odin.h> 21 #include <winbase.h> 17 22 #include "os2ddraw.h" 18 23 #include "os2clipper.h" 19 24 #include "os2palette.h" 20 25 #include "os2surface.h" 21 #define _OS2WIN_H22 #define FAR23 26 #include <misc.h> 24 27 #include <winerror.h> -
TabularUnified tags/trunk/src/ddraw/OS2DDRAW.CPP ¶
r17510 r18494 1 /* $Id: OS2DDRAW.CPP,v 1.3 2 2001-10-05 12:33:09sandervl Exp $ */1 /* $Id: OS2DDRAW.CPP,v 1.33 2002-02-17 20:40:04 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 * 13 13 */ 14 #define _OS2WIN_H 15 #define FAR 14 16 15 17 #include <odin.h> 18 #include <winbase.h> 16 19 #include <stdlib.h> 17 20 #include <string.h> … … 23 26 #include "os2palette.h" 24 27 #include "os2surface.h" 25 #define _OS2WIN_H26 #define FAR27 28 #include <misc.h> 28 29 #include <string.h> -
TabularUnified tags/trunk/src/ddraw/OS2PALETTE.CPP ¶
r17495 r18494 1 /* $Id: OS2PALETTE.CPP,v 1.1 5 2001-10-03 13:49:40sandervl Exp $ */1 /* $Id: OS2PALETTE.CPP,v 1.16 2002-02-17 20:40:05 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 */ 12 12 13 #define _OS2WIN_H 14 #define FAR 15 16 #include <odin.h> 17 #include <winbase.h> 13 18 #include <stdio.h> 14 19 #include <stdlib.h> … … 20 25 #include "os2palette.h" 21 26 #include "os2surface.h" 22 #define _OS2WIN_H23 #define FAR24 27 #include <misc.h> 25 28 #include "os2palset.h" -
TabularUnified tags/trunk/src/ddraw/OS2SURFACE.CPP ¶
r18451 r18494 1 /* $Id: OS2SURFACE.CPP,v 1. 39 2002-02-13 15:23:10sandervl Exp $ */1 /* $Id: OS2SURFACE.CPP,v 1.40 2002-02-17 20:40:05 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 */ 13 13 14 #define _OS2WIN_H 15 #define FAR 16 14 17 #include <odin.h> 18 #include <winbase.h> 15 19 #include <stdlib.h> 16 20 #include <string.h> … … 27 31 #include "os2util.h" 28 32 #include "rectangle.h" 29 #define _OS2WIN_H30 #define FAR31 33 #include <misc.h> 32 34 #include "asmutil.h" -
TabularUnified tags/trunk/src/ddraw/ddraw.CPP ¶
r17372 r18494 1 /* $Id: ddraw.CPP,v 1.2 0 2001-09-25 18:23:41sandervl Exp $ */1 /* $Id: ddraw.CPP,v 1.21 2002-02-17 20:40:06 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 */ 15 15 16 // define the following as we include winnt.h 17 //#define _OS2WIN_H 18 #define FAR 19 16 20 #include <odin.h> 21 #include <winbase.h> 17 22 #include <memory.h> 18 23 #include <stdio.h> … … 23 28 #include "os2ddraw.h" 24 29 #include "winerror.h" 25 // define the following as we include winnt.h26 #define _OS2WIN_H27 #define FAR28 30 29 31 #include <misc.h> 30 31 extern "C" {32 32 33 33 //****************************************************************************** … … 288 288 }//****************************************************************************** 289 289 290 } -
TabularUnified tags/trunk/src/ddraw/ddrawclipper.cpp ¶
r16381 r18494 1 /* $Id: ddrawclipper.cpp,v 1. 1 2001-05-28 17:17:47 phallerExp $ */1 /* $Id: ddrawclipper.cpp,v 1.2 2002-02-17 20:40:06 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 */ 12 12 13 // define the following as we include winnt.h 14 #define _OS2WIN_H 15 #define FAR 16 13 17 #include <odin.h> 18 #include <winbase.h> 14 19 #include <memory.h> 15 20 #include <stdio.h> … … 21 26 #include "os2clipper.h" 22 27 #include "winerror.h" 23 // define the following as we include winnt.h24 #define _OS2WIN_H25 #define FAR26 28 27 29 #include <misc.h>
Note:
See TracChangeset
for help on using the changeset viewer.