mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
31 lines
1011 B
C
31 lines
1011 B
C
/*
|
|
*****************************************************************************************
|
|
* *
|
|
* COPYRIGHT: *
|
|
* (C) Copyright Taligent, Inc., 1997 *
|
|
* (C) Copyright International Business Machines Corporation, 1997 *
|
|
* Licensed Material - Program-Property of IBM - All Rights Reserved. *
|
|
* US Government Users Restricted Rights - Use, duplication, or disclosure *
|
|
* restricted by GSA ADP Schedule Contract with IBM Corp. *
|
|
* *
|
|
*****************************************************************************************
|
|
*
|
|
* File TXTBDRY.H
|
|
*
|
|
* Modification History:
|
|
*
|
|
* Date Name Description
|
|
* 02/18/97 aliu Added typedef for TextCount. Made DONE const.
|
|
* 05/07/97 aliu Fixed DLL declaration.
|
|
* 07/09/97 jfitz Obsolete. Now brkiter.h
|
|
*****************************************************************************************
|
|
*/
|
|
|
|
#ifndef _TXTBDRY
|
|
#define _TXTBDRY
|
|
|
|
#include "brkiter.h"
|
|
|
|
#endif // _TXTBDRY
|
|
//eof
|