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
19 lines
561 B
/*****************************************************************/
|
|
/** Microsoft Windows for Workgroups **/
|
|
/** Copyright (C) Microsoft Corp., 1991-1997 **/
|
|
/*****************************************************************/
|
|
|
|
/* NPSTUB.H -- Definitions for example hooking network provider DLL.
|
|
*
|
|
* History:
|
|
* 06/02/94 lens Created
|
|
*/
|
|
|
|
#include <windows.h>
|
|
#include <netspi.h>
|
|
|
|
// Macros to define process local storage:
|
|
|
|
#define PROCESS_LOCAL_BEGIN data_seg(".PrcLcl","INSTANCE")
|
|
#define PROCESS_LOCAL_END data_seg()
|
|
|