21 lines
545 B
C
Executable File
21 lines
545 B
C
Executable File
//-----------------------------------------------------------------------------
|
|
// -----------------------
|
|
// File ....: maxnet_low.h
|
|
// -----------------------
|
|
// Author...: Gus J Grubba
|
|
// Date ....: March 2000
|
|
// O.S. ....: Windows 2000
|
|
//
|
|
// History .: March, 11 2000 - Created
|
|
//
|
|
// *** Obsolete ***
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _MAXNET_LOW_H_
|
|
#define _MAXNET_LOW_H_
|
|
|
|
#endif
|
|
|
|
//-- EOF: maxnet_low.h --------------------------------------------------------
|