Ignore:
Timestamp:
Jul 18, 2000, 7:12:04 PM (25 years ago)
Author:
bird
Message:

Added $Id keyword.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/aspilib.cpp

    r3564 r3845  
    1 //***************************************************************************
    2 //*                                                                         *
    3 //*  ASPI Router Library                                                    *
    4 //*  for Odin WNASPI32.DLL                                                  *
    5 //*                                                                        *
    6 //*  This is a sample library which shows how to send SRB's to the          *
    7 //*  ASPI Router device driver. USE AT YOUR OWN RISK!!                      *
    8 //*                                                                        *
    9 //*  Copyright (C) 1997 Daniel Dorau                                        *
    10 //*  Copyright (C) 2000 Przemyslaw Dobrowolski <dobrawka@asua.org.pl>       *
    11 //*                                                                        *
    12 //***************************************************************************
     1/* $Id: aspilib.cpp,v 1.3 2000-07-18 17:12:04 bird Exp $ */
     2/*
     3 *  ASPI Router Library
     4 *  for Odin WNASPI32.DLL
     5 *
     6 *  This is a sample library which shows how to send SRB's to the
     7 *  ASPI Router device driver. USE AT YOUR OWN RISK!!
     8 *
     9 *  Copyright (C) 1997 Daniel Dorau
     10 *  Copyright (C) 2000 Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
     11 *
     12 */
    1313#define      INCL_DOSFILEMGR
    1414#define      INCL_DOSDEVICES
Note: See TracChangeset for help on using the changeset viewer.