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.

61 lines
782 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. procs.c
  5. Abstract:
  6. Common header file for routines which support 16 bit
  7. applications.
  8. Author:
  9. Colin Watson (colinw) 21-Nov-1993
  10. Environment:
  11. Revision History:
  12. --*/
  13. #define UNICODE
  14. #include <stdlib.h>
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <windows.h>
  19. #include <ctype.h>
  20. #include <validc.h>
  21. #include <nwstatus.h>
  22. #include <nwcanon.h>
  23. #include <ntddnwfs.h>
  24. #include <npapi.h>
  25. #include <nwxchg.h>
  26. #include <nwapi.h>
  27. #include <nwapi32.h>
  28. #include <nwpapi32.h>
  29. #include <ndsapi32.h>
  30. #include <nds.h>
  31. #include <debugfmt.h> // FORMAT_LPSTR
  32. #include <mpr.h>
  33. #include <lmcons.h>
  34. #include <ntsam.h>
  35. #include <nwpkstr.h>
  36. #ifdef WIN95
  37. #include "defines.h"
  38. #endif