Changeset 1710 for trunk/src/olecli32


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/olecli32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/olecli32/makefile

    r1585 r1710  
    1 # $Id: makefile,v 1.3 1999-11-03 23:28:05 sandervl Exp $
     1# $Id: makefile,v 1.4 1999-11-12 11:38:42 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/olecli32/olecli32.cpp

    r1012 r1710  
    1 /* $Id: olecli32.cpp,v 1.2 1999-09-23 09:38:05 sandervl Exp $ */
     1/* $Id: olecli32.cpp,v 1.3 1999-11-12 11:38:42 sandervl Exp $ */
    22/*
    33 *      OLECLI32 library
     
    1111
    1212#include <os2win.h>
     13#include <odinwrap.h>
    1314#include <ole.h>
    1415#include "olecli32.h"
    15 #include "debugtools.h"
    16 #include <debugdefs.h>
    17 
    18 
    19 DEFAULT_DEBUG_CHANNEL(ole)
    20 
     16
     17ODINDEBUGCHANNEL(olecli32)
    2118
    2219/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.