Hi,
During the build of wireshark exe in windows machice(32 bit) we get the following errors.
epan\except.h(97) : error C2054: expected '(' to follow 'WS_MSVC_NORETURN'
epan\except.h(97) : error C2085: 'except_rethrow' : not in formal parameter list
epan\except.h(98) : error C2082: redefinition of formal parameter 'WS_MSVC_NORETURN'
epan\except.h(98) : error C2143: syntax error : missing ';' before 'type'
epan\except.h(98) : error C2085: 'except_throw' : not in formal parameter list
epan\except.h(99) : error C2082: redefinition of formal parameter 'WS_MSVC_NORETURN'
epan\except.h(99) : error C2143: syntax error : missing ';' before 'type'
epan\except.h(99) : error C2085: 'except_throwd' : not in formal parameter list
epan\except.h(100) : error C2082: redefinition of formal parameter 'WS_MSVC_NORETURN'
epan\except.h(100) : error C2143: syntax error : missing ';' before 'type'
epan\except.h(100) : error C2085: 'except_throwf' : not in formal parameter list.