Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
51
LoginCapture/windows/external/xplatapi/include/nwdsaud.h
vendored
Normal file
51
LoginCapture/windows/external/xplatapi/include/nwdsaud.h
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
/******************************************************************************
|
||||
|
||||
%name: nwdsaud.h %
|
||||
%version: 1 %
|
||||
%date_modified: Mon Aug 08 13:07:46 2005 %
|
||||
$Copyright:
|
||||
|
||||
Copyright (c) 1989-1995 Novell, Inc. All Rights Reserved.
|
||||
|
||||
THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
|
||||
TREATIES. NO PART OF THIS WORK MAY BE USED, PRACTICED, PERFORMED
|
||||
COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED, ABRIDGED, CONDENSED,
|
||||
EXPANDED, COLLECTED, COMPILED, LINKED, RECAST, TRANSFORMED OR ADAPTED
|
||||
WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
|
||||
OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
|
||||
CRIMINAL AND CIVIL LIABILITY.$
|
||||
|
||||
*****************************************************************************/
|
||||
#if ! defined ( NWDSAUD_H )
|
||||
#define NWDSAUD_H
|
||||
|
||||
#if ! defined ( NTYPES_H )
|
||||
#include "ntypes.h"
|
||||
#endif
|
||||
|
||||
#if ! defined ( NWDSTYPE_H )
|
||||
#include "nwdstype.h"
|
||||
#endif
|
||||
|
||||
#if ! defined ( NWDSDC_H )
|
||||
#include "nwdsdc.h"
|
||||
#endif
|
||||
|
||||
#if ! defined ( NWCALDEF_H )
|
||||
#include "nwcaldef.h"
|
||||
#endif
|
||||
|
||||
#include "npackon.h"
|
||||
|
||||
/* The NLM LibC x-plat libraries do not support obsolete apis
|
||||
*/
|
||||
#include <stddef.h>
|
||||
#if !defined(__NOVELL_LIBC__)
|
||||
#ifdef INCLUDE_OBSOLETE
|
||||
#include "obsolete/o_dsaud.h"
|
||||
#endif
|
||||
#endif /* !defined(__NOVELL_LIBC__) */
|
||||
|
||||
|
||||
#include "npackoff.h"
|
||||
#endif /* NWDSAUD_H */
|
||||
Reference in New Issue
Block a user