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/opengl/mesa/wmesadef.h

    r3597 r21479  
    8787
    8888#if defined(DDRAW)
    89 #ifdef __WIN32OS2__
    90 #define __WINE_DD_OBJ_BASE_H/* Don't include dd_obj_base.h, or the file won't*/
    91 #endif                                 /* compile due to redefined symbols.*/
    92 #include <ddraw.h>          /* Is this a bug in the Odin DDRAW implementation??*/
     89#include <ddraw.h>
    9390#endif
    9491
Note: See TracChangeset for help on using the changeset viewer.