diff options
Diffstat (limited to 'plugins/ProxySwitch/src/stdafx.h')
| -rw-r--r-- | plugins/ProxySwitch/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProxySwitch/src/stdafx.h b/plugins/ProxySwitch/src/stdafx.h index f9044260f3..ea19ffdd1a 100644 --- a/plugins/ProxySwitch/src/stdafx.h +++ b/plugins/ProxySwitch/src/stdafx.h @@ -184,7 +184,7 @@ typedef struct { typedef struct { char ProtoName[MAXLABELLENGTH]; - DWORD Status; + uint32_t Status; } PROTO_SETTING, *PPROTO_SETTING; typedef struct { |
