25 lines
583 B
C
25 lines
583 B
C
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright(c) Microsoft Corp., 1994-1995 **
|
|
//*********************************************************************
|
|
|
|
//
|
|
// OHAREINC.H - common defines for O'Hare components
|
|
//
|
|
//
|
|
|
|
// HISTORY:
|
|
//
|
|
// 3/10/95 jeremys Created.
|
|
//
|
|
|
|
|
|
#ifndef _OHAREINC_H_
|
|
#define _OHAREINC_H_
|
|
|
|
// BUGBUG: duplicate in guitar.h should be removed
|
|
|
|
#define MAX_URL_STRING 1024
|
|
|
|
#endif // _OHARESTR_H_
|