Commit 567b5ba8e9732edf2fb8a1a53937a3a4c8c2cc77

Sam Lantinga 2014-02-13T11:05:26

As part of Jorgen's code review of this function I added a call to LoadLibrary so the refcounts would be consistent between Windows and Posix. Then I forgot to include the check that the thing was actually loaded and caused it to be loaded all the time. Oops. CR: AaronL