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

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/ddraw.CPP

    r6812 r7940  
    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 }
Note: See TracChangeset for help on using the changeset viewer.