Leaked source code of windows server 2003
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.

46 lines
652 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Copyright (c) 1993 Micro Computer Systems, Inc.
  4. Module Name:
  5. net\svcdlls\nwsap\client\precomp.h
  6. Abstract:
  7. Include files for the SAP Agent library
  8. Author:
  9. Brian Walker (MCS) 13-Jun-1993
  10. Revision History:
  11. --*/
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windef.h>
  16. #include <winbase.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <nwsap.h>
  20. #include "..\saplpc.h"
  21. /** Global Variables **/
  22. extern INT SapLibInitialized;
  23. extern HANDLE SapXsPortHandle;
  24. #define NWSAP_MAXNAME_LENGTH 47
  25. /** Functions **/
  26.