Forward declare static functions in win32/win32.c
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:31:34 +0000 (08:31 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:31:34 +0000 (08:31 +0100)
commite2cd629f7b7fdfe72919c58094aab5dd5d7b2b78
treefa92212b63c835679305ef7fc3b11e2b40c96c32
parentf43bd6ba6956056680521efe81a53b27ad254e08
Forward declare static functions in win32/win32.c

This makes calling them easier without worrying about the order of
definition.
win32/win32.c