From d1768f27873fe277cfe2513203424afdd2a84d5d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 15 Feb 2014 13:36:24 -0500 Subject: Reduced the number of unnecessary error returns based on MSDN. The TODOs that used to be there have been moved to a new file; similar files for Mac and Linux will also be made. --- winerrors.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 winerrors.md (limited to 'winerrors.md') diff --git a/winerrors.md b/winerrors.md new file mode 100644 index 0000000..da7ac33 --- /dev/null +++ b/winerrors.md @@ -0,0 +1,4 @@ +- all SendMessage() calls +- BM_GETCHECK (sysData.isChecked()) +- WM_GETTEXTLENGTH (LRESULT is unsinged so) (sysData.text()) +- WM_GETTEXT (WM_GETTEXTLENGTH docs say its result may be larger than the actual length, so we can't use that) (sysData.text()) -- cgit v1.2.3