Changeset 21494 for trunk/src/ole32


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/ole32
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/old/ole32.h

    r5601 r21494  
    1717#define NONAMELESSUNION
    1818// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
    19 #define CINTERFACE 1
     19#define CINTERFACE
    2020
    2121// ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp]
     
    3737#endif
    3838#include <ole2ver.h>
    39 #include <ole.h>
    4039#include <ole2.h>
    4140#include <winreg.h>
  • trunk/src/ole32/ole32.h

    r5929 r21494  
    1717#define NONAMELESSUNION
    1818// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
    19 #define CINTERFACE 1
     19#define CINTERFACE
    2020
    2121// ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp]
     
    3737#endif
    3838#include <ole2ver.h>
    39 #include <ole.h>
    4039#include <ole2.h>
    4140#include <winreg.h>
  • trunk/src/ole32/storage32.c

    r9400 r21494  
    2424 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2525 */
     26
     27#include <assert.h>
     28#include <stdio.h>
     29#include <stdlib.h>
     30#include <string.h>
     31
     32#include "ole.h"
     33
    2634#ifdef __WIN32OS2__
    2735#include "ole32.h"
    2836#include "heapstring.h"
    2937#endif
    30 
    31 #include <assert.h>
    32 #include <stdio.h>
    33 #include <stdlib.h>
    34 #include <string.h>
    3538
    3639#include "winbase.h" /* for lstrlenW() and the likes */
     
    72057208 * StgIsStorageFile [OLE32.146]
    72067209 */
    7207 HRESULT WINAPI 
    7208 StgIsStorageFile(LPCOLESTR fn) 
     7210HRESULT WINAPI
     7211StgIsStorageFile(LPCOLESTR fn)
    72097212{
    72107213    HRESULT ret;
  • trunk/src/ole32/stubs.cpp

    r10432 r21494  
    1313 */
    1414
     15#include "ole.h"
    1516#include "ole32.h"
    1617
Note: See TracChangeset for help on using the changeset viewer.