Changeset 1710 for trunk/src/olesvr32


Ignore:
Timestamp:
Nov 12, 1999, 12:38:45 PM (26 years ago)
Author:
sandervl
Message:

DIBSection changes, EB's file io additions, Jens Weissner's changes to several dlls

Location:
trunk/src/olesvr32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/olesvr32/makefile

    r1585 r1710  
    1 # $Id: makefile,v 1.3 1999-11-03 23:28:06 sandervl Exp $
     1# $Id: makefile,v 1.4 1999-11-12 11:38:43 sandervl Exp $
    22
    33#
     
    4242
    4343clean:
    44         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     44        $(RM) *.obj *.lib *.dll *.map *.pch
    4545        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    4646        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
  • trunk/src/olesvr32/olesvr32.cpp

    r1012 r1710  
    1010
    1111#include <os2win.h>
     12#include <odinwrap.h>
    1213#include <ole.h>
    1314#include "olesvr32.h"
    14 #include "debugtools.h"
    15 #include <debugdefs.h>
    1615
    17 DEFAULT_DEBUG_CHANNEL(ole)
     16ODINDEBUGCHANNEL(olesvr32)
    1817
    1918/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.