You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
583 B
24 lines
583 B
//*********************************************************************
|
|
//* 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_
|