Changeset 18494


Ignore:
Timestamp:
Feb 17, 2002, 9:40:24 PM (23 years ago)
Author:
sandervl
Message:

compile fixes

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:23 sandervl Exp $
     1// $Id: dplobby.cpp,v 1.6 2002-02-17 20:40:24 sandervl Exp $
    22/* Direct Play Lobby 2 & 3 Implementation
    33 *
     
    1313#define CINTERFACE
    1414
     15#include "winbase.h"
    1516#include "winerror.h"
    1617#include "winnt.h"
  • TabularUnified tags/trunk/src/ddraw/OS2CLIPPER.CPP

    r18451 r18494  
    1 /* $Id: OS2CLIPPER.CPP,v 1.17 2002-02-13 15:23:10 sandervl Exp $ */
     1/* $Id: OS2CLIPPER.CPP,v 1.18 2002-02-17 20:40:04 sandervl Exp $ */
    22
    33/*
     
    1313 */
    1414
     15#define _OS2WIN_H
     16#define FAR
     17
    1518#include <odin.h>
     19#include <winbase.h>
    1620#include <memory.h>
    1721
     
    1923#include "os2ddraw.h"
    2024#include "os2clipper.h"
    21 #define _OS2WIN_H
    22 #define FAR
    2325#include <misc.h>
    2426#include <winerror.h>
  • TabularUnified tags/trunk/src/ddraw/OS2D3D.CPP

    r15887 r18494  
    1 /* $Id: OS2D3D.CPP,v 1.12 2001-03-18 21:44:42 mike Exp $ */
     1/* $Id: OS2D3D.CPP,v 1.13 2002-02-17 20:40:04 sandervl Exp $ */
    22
    33/*
     
    1515
    1616#define INITGUID
     17#define _OS2WIN_H
     18#define FAR
     19
     20#include <odin.h>
     21#include <winbase.h>
    1722#include "os2ddraw.h"
    1823#include "os2clipper.h"
    1924#include "os2palette.h"
    2025#include "os2surface.h"
    21 #define _OS2WIN_H
    22 #define FAR
    2326#include <misc.h>
    2427#include <winerror.h>
  • TabularUnified tags/trunk/src/ddraw/OS2DDRAW.CPP

    r17510 r18494  
    1 /* $Id: OS2DDRAW.CPP,v 1.32 2001-10-05 12:33:09 sandervl Exp $ */
     1/* $Id: OS2DDRAW.CPP,v 1.33 2002-02-17 20:40:04 sandervl Exp $ */
    22
    33/*
     
    1212 *
    1313 */
     14#define _OS2WIN_H
     15#define FAR
    1416
    1517#include <odin.h>
     18#include <winbase.h>
    1619#include <stdlib.h>
    1720#include <string.h>
     
    2326#include "os2palette.h"
    2427#include "os2surface.h"
    25 #define _OS2WIN_H
    26 #define FAR
    2728#include <misc.h>
    2829#include <string.h>
  • TabularUnified tags/trunk/src/ddraw/OS2PALETTE.CPP

    r17495 r18494  
    1 /* $Id: OS2PALETTE.CPP,v 1.15 2001-10-03 13:49:40 sandervl Exp $ */
     1/* $Id: OS2PALETTE.CPP,v 1.16 2002-02-17 20:40:05 sandervl Exp $ */
    22
    33/*
     
    1111 */
    1212
     13#define _OS2WIN_H
     14#define FAR
     15
     16#include <odin.h>
     17#include <winbase.h>
    1318#include <stdio.h>
    1419#include <stdlib.h>
     
    2025#include "os2palette.h"
    2126#include "os2surface.h"
    22 #define _OS2WIN_H
    23 #define FAR
    2427#include <misc.h>
    2528#include "os2palset.h"
  • TabularUnified tags/trunk/src/ddraw/OS2SURFACE.CPP

    r18451 r18494  
    1 /* $Id: OS2SURFACE.CPP,v 1.39 2002-02-13 15:23:10 sandervl Exp $ */
     1/* $Id: OS2SURFACE.CPP,v 1.40 2002-02-17 20:40:05 sandervl Exp $ */
    22
    33/*
     
    1212 */
    1313
     14#define _OS2WIN_H
     15#define FAR
     16
    1417#include <odin.h>
     18#include <winbase.h>
    1519#include <stdlib.h>
    1620#include <string.h>
     
    2731#include "os2util.h"
    2832#include "rectangle.h"
    29 #define _OS2WIN_H
    30 #define FAR
    3133#include <misc.h>
    3234#include "asmutil.h"
  • TabularUnified tags/trunk/src/ddraw/ddraw.CPP

    r17372 r18494  
    1 /* $Id: ddraw.CPP,v 1.20 2001-09-25 18:23:41 sandervl Exp $ */
     1/* $Id: ddraw.CPP,v 1.21 2002-02-17 20:40:06 sandervl Exp $ */
    22
    33/*
     
    1414 */
    1515
     16// define the following as we include winnt.h
     17//#define _OS2WIN_H
     18#define FAR
     19
    1620#include <odin.h>
     21#include <winbase.h>
    1722#include <memory.h>
    1823#include <stdio.h>
     
    2328#include "os2ddraw.h"
    2429#include "winerror.h"
    25 // define the following as we include winnt.h
    26 #define _OS2WIN_H
    27 #define FAR
    2830
    2931#include <misc.h>
    30 
    31 extern "C" {
    3232
    3333//******************************************************************************
     
    288288}//******************************************************************************
    289289
    290 }
  • TabularUnified tags/trunk/src/ddraw/ddrawclipper.cpp

    r16381 r18494  
    1 /* $Id: ddrawclipper.cpp,v 1.1 2001-05-28 17:17:47 phaller Exp $ */
     1/* $Id: ddrawclipper.cpp,v 1.2 2002-02-17 20:40:06 sandervl Exp $ */
    22
    33/*
     
    1111 */
    1212
     13// define the following as we include winnt.h
     14#define _OS2WIN_H
     15#define FAR
     16
    1317#include <odin.h>
     18#include <winbase.h>
    1419#include <memory.h>
    1520#include <stdio.h>
     
    2126#include "os2clipper.h"
    2227#include "winerror.h"
    23 // define the following as we include winnt.h
    24 #define _OS2WIN_H
    25 #define FAR
    2628
    2729#include <misc.h>
Note: See TracChangeset for help on using the changeset viewer.