napenforcementclient.h: Removed the broken ProtocolMaxSize macro.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3331 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/napenforcementclient.h b/mingw-w64-headers/include/napenforcementclient.h
index 38c8c2b..256c40c 100644
--- a/mingw-w64-headers/include/napenforcementclient.h
+++ b/mingw-w64-headers/include/napenforcementclient.h
@@ -11,12 +11,11 @@
#define defaultProtocolMaxSize 0x0FA0
#define maxProtocolMaxSize 0xFFFF
#define minProtocolMaxSize 0x012C
-#define ProtocolMaxSize range(minProtocolMaxSize, maxProtocolMaxSize)
typedef struct tagConnections {
UINT16 count;
INapEnforcementClientConnection **connections;
- }Connections;
+ } Connections;
#ifndef NAPTypes
#define NAPTypes