Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9297] Support for VS2013 on Windows

Date: Sun, 20 Oct 2013 15:14:49 +0000

Comment # 5 on bug 9297 from
(In reply to comment #3)
I've tested the patch on VS2013. it compile without error and runs also as
expected.

We can also use the WinHelper function

IsWindows*

or we can baypass the warnig for deprecated function by adding

!IF "$(MSVC_VARIANT)" == "MSVC2013"   || \
        "$(MSVC_VARIANT)" == "MSVC2013EE"
LOCAL_CFLAGS=$(LOCAL_CFLAGS) /DBUILD_WINDOWS
!ENDIF

in the config.nmake file

and continue use the GetVersionEx (without changes in the source)


You are receiving this mail because:
  • You are watching all bug changes.