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.

19 lines
561 B

  1. /*****************************************************************/
  2. /** Microsoft Windows for Workgroups **/
  3. /** Copyright (C) Microsoft Corp., 1991-1997 **/
  4. /*****************************************************************/
  5. /* NPSTUB.H -- Definitions for example hooking network provider DLL.
  6. *
  7. * History:
  8. * 06/02/94 lens Created
  9. */
  10. #include <windows.h>
  11. #include <netspi.h>
  12. // Macros to define process local storage:
  13. #define PROCESS_LOCAL_BEGIN data_seg(".PrcLcl","INSTANCE")
  14. #define PROCESS_LOCAL_END data_seg()