mirror of https://github.com/lianthony/NT4.0
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.
17 lines
273 B
17 lines
273 B
#ifndef _NSPHACK_
|
|
#define _NSPHACK_
|
|
|
|
|
|
#define PROTOCOL_INFO PROTOCOL_INFO11
|
|
#define PPROTOCOL_INFO PPROTOCOL_INFO11
|
|
#define LPPROTOCOL_INFO LPPROTOCOL_INFO11
|
|
|
|
#include <nspapi.h>
|
|
|
|
#undef PROTOCOL_INFO
|
|
#undef PPROTOCOL_INFO
|
|
#undef LPPROTOCOL_INFO
|
|
|
|
|
|
#endif // _NSPHACK_
|
|
|