Ignore:
Timestamp:
Mar 9, 2001, 11:48:48 PM (24 years ago)
Author:
mike
Message:

Updates/cleanup for Watcom (not complete)

File:
1 edited

Legend:

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

    r4136 r5291  
    1 /* $Id: OS2D3D.CPP,v 1.10 2000-08-31 17:57:09 sandervl Exp $ */
     1/* $Id: OS2D3D.CPP,v 1.11 2001-03-09 22:48:46 mike Exp $ */
    22
    33/*
     
    2323#include <misc.h>
    2424#include <winerror.h>
    25 #include <builtin.h>
    2625#undef THIS
    2726#define THIS VOID*
     
    3433  *ppvObj = NULL;
    3534
    36   if(IID_IDirect3D != (GUID &)&riid)
     35  if (!IsEqualGUID(riid, IID_IDirect3D))
    3736    return E_NOINTERFACE;
    3837
Note: See TracChangeset for help on using the changeset viewer.