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.

32 lines
383 B

  1. /*++
  2. Copyright (c) 1991-2000 Microsoft Corporation
  3. Module Name:
  4. local.h
  5. Abstract:
  6. Common header file for all sockutil modules.
  7. Author:
  8. David Treadwell (davidtr) 5-06-92
  9. Revision History:
  10. --*/
  11. #ifndef _LOCAL_
  12. #define _LOCAL_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windef.h>
  17. #include <winbase.h>
  18. #include <stdio.h>
  19. #endif // _LOCAL_