Files
Sun1602/GameLogic/lib/SQLAPI/syb_win32/srv.h
T
2022-10-26 12:25:11 +08:00

24 lines
542 B
C

/* Sccsid @(#) srv.h 80.1 1/14/93 */
/*
**
** Sybase SERVER-LIBRARY
** Confidential Property of Sybase, Inc.
** (c) Copyright Sybase, Inc. 1988 - 1992
** All rights reserved
**
** srv.h This header file is obsolete. It should be removed
** from all existing code and not included in any new code.
** This header file will be removed from the Open Server 6.0
** release.
**
** Open Server applications should replace srv.h with ospublic.h
*/
#if !defined(__SRV_H__)
#define __SRV_H__
#include <ospublic.h>
#endif /* __SRV_H__ */