Changeset 1710 for trunk/src/imagehlp


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

Legend:

Unmodified
Added
Removed
  • trunk/src/imagehlp/imagehlp.cpp

    r1012 r1710  
    1 /* $Id: imagehlp.cpp,v 1.2 1999-09-23 09:38:04 sandervl Exp $ */
     1/* $Id: imagehlp.cpp,v 1.3 1999-11-12 11:38:39 sandervl Exp $ */
    22/*
    33 *      IMAGEHLP library
     
    88
    99#include <os2win.h>
    10 #include <debugdefs.h>
     10#include <odinwrap.h>
    1111#include <imagehlp.h>
    1212#include <heapstring.h>
    13 #include "debugtools.h"
    14 
    15 DEFAULT_DEBUG_CHANNEL(imagehlp)
    16 
     13
     14ODINDEBUGCHANNEL(imagehlp)
    1715
    1816/***********************************************************************
  • trunk/src/imagehlp/makefile

    r1585 r1710  
    1 # $Id: makefile,v 1.3 1999-11-03 23:28:04 sandervl Exp $
     1# $Id: makefile,v 1.4 1999-11-12 11:38:39 sandervl Exp $
    22
    33#
     
    4343
    4444clean:
    45         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     45        $(RM) *.obj *.lib *.dll *.map *.pch
    4646        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    4747        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.