Ignore:
Timestamp:
Nov 29, 2010, 2:07:07 PM (15 years ago)
Author:
dmik
Message:

ddraw: Don't define CINTERFACE twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/surface.cpp

    r21479 r21483  
    2525#include <fourcc.h>
    2626
    27 #define CINTERFACE
     27#ifndef CINTERFACE
     28#define CINTERFACE 1
     29#endif
    2830#include "ddraw2d.h"
    2931#include "clipper.h"
Note: See TracChangeset for help on using the changeset viewer.