From: Eric Biggers Date: Thu, 23 May 2013 04:27:35 +0000 (-0500) Subject: Add calls to wimlib_global_init() X-Git-Tag: v1.4.1~12 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=4587a5137d9e06b2863e37006f1ebd042eefc0e3;hp=4587a5137d9e06b2863e37006f1ebd042eefc0e3 Add calls to wimlib_global_init() ... in wimlib_open_wim() and wimlib_create_new_wim(), just in case the library user did not explicitly call wimlib_global_init() (otherwise this could cause problems on Windows, with the Windows version not being determined). ---