From b2b04c6de406ee58810994c8b74399e93216bb9f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi <pietro10@mac.com> Date: Wed, 10 Dec 2014 10:02:17 -0500 Subject: [PATCH] More future plans. --- future | 1 + 1 file changed, 1 insertion(+) diff --git a/future b/future index f062384..97f0d81 100644 --- a/future +++ b/future @@ -8,6 +8,7 @@ windows - Area and sharedWndProc(): http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx - probably not necessary but http://blogs.msdn.com/b/aaron_margosis/archive/2006/08/07/luabuglight.aspx - handle WM_PRINTCLIENT in Area + - merge uses of SetScrollInfo() in Area to avoid potential weirdness C interop - substitute intmax_t and uintmax_t for all uses of intptr_t and uintptr_t