Changeset 21494 for trunk/src/oleaut32


Ignore:
Timestamp:
Dec 2, 2010, 1:19:12 AM (15 years ago)
Author:
dmik
Message:

Fixed broken build after r21492 by sorting out a huuuuge wagon of duplicates, wrong include order and other dirty mess.

Location:
trunk/src/oleaut32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/dispatch.c

    r8450 r21494  
    2929
    3030#include "windef.h"
    31 #include "ole.h"
    3231#include "oleauto.h"
    3332#include "winerror.h"
  • trunk/src/oleaut32/oleaut32.h

    r8450 r21494  
    1414
    1515// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
    16 #define CINTERFACE 1
     16#define CINTERFACE
    1717
    1818#include <odin.h>
     
    3333
    3434#include <ole2ver.h>
    35 #include <ole.h>
    3635#include <winreg.h>
    3736
Note: See TracChangeset for help on using the changeset viewer.