Files
wxWidgets/src
Vadim Zeitlin 88408d536f Avoid bogus debug errors from wxWindow::SetId() in wxMSW
::SetWindowLong() can return 0 even if no error occurred but the previous
value of the ID just was 0, so we need to examine the last error to know
whether there really was an error -- and also to reset it to 0 before calling
the function as it wouldn't reset it if it succeeds, it only sets it if it
fails.
2015-11-15 00:56:05 +01:00
..
2015-10-25 18:00:05 +01:00
2014-05-15 22:32:17 +00:00
2015-11-11 15:51:12 +01:00
2015-08-27 11:00:16 +02:00