Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

47 lines
606 B

/*++
Copyright (c) 1994 Microsoft Corporation
Copyright (c) 1993 Micro Computer Systems, Inc.
Module Name:
net\svcdlls\nwsap\client\precomp.h
Abstract:
Include files for the SAP Agent library
Author:
Brian Walker (MCS) 13-Jun-1993
Revision History:
--*/
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windef.h>
#include <winbase.h>
#include <stdio.h>
#include <stdlib.h>
#include <nwsap.h>
#include "..\saplpc.h"
/** Global Variables **/
extern INT SapLibInitialized;
extern HANDLE SapXsPortHandle;
#define NWSAP_MAXNAME_LENGTH 47
/** Functions **/