Changeset 1710 for trunk/src/rasapi32


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

Legend:

Unmodified
Added
Removed
  • trunk/src/rasapi32/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:44 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/rasapi32/rasapi32.cpp

    r1358 r1710  
    1 /* $Id: rasapi32.cpp,v 1.3 1999-10-19 12:55:05 sandervl Exp $ */
     1/* $Id: rasapi32.cpp,v 1.4 1999-11-12 11:38:45 sandervl Exp $ */
    22/*
    33 * RASAPI32
     
    1212#include <os2win.h>
    1313#include <ras.h>
    14 #include "debugtools.h"
    15 #include <debugdefs.h>
    16 
    17 
    18 DEFAULT_DEBUG_CHANNEL(ras)
    19 
    20 
     14#include <odinwrap.h>
     15
     16ODINDEBUGCHANNEL(rasapi32)
    2117
    2218/**************************************************************************
Note: See TracChangeset for help on using the changeset viewer.