/*++ Copyright (c) 1996 Microsoft Corporation Module Name: cons.h Abstract: This module contains global constant definitions for the Winsock 2 to Winsock 1.1 Mapper Service Provider. Author: Keith Moore (keithmo) 29-May-1996 Revision History: --*/ #ifndef _CONS_H_ #define _CONS_H_ // // The registry key for the "GUID-to-DLL-path" mapping. // #define SOCK_HOOKER_GUID_MAPPER_KEY "System\\CurrentControlSet\\Services\\Ws2Map\\Parameters\\Guid Mapper" #endif // _CONS_H_