Ignore:
Timestamp:
Nov 27, 2010, 11:27:43 AM (15 years ago)
Author:
dmik
Message:

Get rid of dd_obj_base.h which duplicates obj_base.h creating unnecessary mess (symbol/define duplication) and conflicts when both the DDarw and other COM-related headers are included.

File:
1 edited

Legend:

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

    r9459 r21479  
    1212                  ( (DWORD)(BYTE)(ch2) << 16 ) | ( (DWORD)(BYTE)(ch3) << 24 ) )
    1313#include <fourcc.h>
    14 #define INITGUID
     14
     15#define CINTERFACE
    1516#include "ddraw2d.h"
    1617#include "clipper.h"
     
    2021#include "os2util.h"
    2122#include "rectangle.h"
     23
    2224#include <misc.h>
    2325#include "asmutil.h"
Note: See TracChangeset for help on using the changeset viewer.