added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:07:03 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Aug 1998 22:07:03 +0000 (22:07 +0000)
commit370382c71bc7bc02366685a3b2aa4999a558ab5e
tree582a007aed03a39ef399e804a7ec647db06b825f
parentd93f63db9d836a7d303343e60fb034dc9a1360d0
added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for
VC++: it gives at the end of the program report about memory leaks if any
similar to the one produced by the wxwin memory diagnostic classes (but it
works without problems with VC++ and costs nothing to add)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/app.cpp