wxWidgets/include
Vadim Zeitlin 065d3c385c Define SIZEOF_LONG_LONG for Windows.
This is important not only for consistency with the other platforms but also
because without SIZEOF_LONG_LONG being defined, "%lu" format specifier can't
be used with size_t values under Win64, as Arg_Size_t is not defined correctly
there if SIZEOF_LONG_LONG is unknown.

Closes #15670.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-11-16 23:37:33 +00:00
..
msvc/wx Only auto-link wsock32.dll if net library is used. 2013-10-14 15:08:18 +00:00
wx Define SIZEOF_LONG_LONG for Windows. 2013-11-16 23:37:33 +00:00