]> wimlib.net Git - wimlib/commit
Add calls to wimlib_global_init()
authorEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:27:35 +0000 (23:27 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:30:16 +0000 (23:30 -0500)
commit4587a5137d9e06b2863e37006f1ebd042eefc0e3
tree85de35d068f43aa9a72365b2ec5b8575042c259a
parentccba46cf8eb7849d340b24b035497ea50fb821b9
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).
src/wim.c