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/surfblit.cpp

    r9698 r21479  
    2424                  ( (DWORD)(BYTE)(ch2) << 16 ) | ( (DWORD)(BYTE)(ch3) << 24 ) )
    2525#include <fourcc.h>
    26 #define INITGUID
     26
     27#define CINTERFACE
    2728#include "ddraw2d.h"
    2829#include "clipper.h"
     
    3233#include "os2util.h"
    3334#include "rectangle.h"
     35
    3436#include <misc.h>
    3537#include "asmutil.h"
Note: See TracChangeset for help on using the changeset viewer.