ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.