]> wimlib.net Git - wimlib/commitdiff
Check return value of wimlib_global_init() when called in lib
authorEric Biggers <ebiggers3@gmail.com>
Fri, 25 Jul 2014 01:04:29 +0000 (20:04 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 25 Jul 2014 01:06:00 +0000 (20:06 -0500)
On Windows, wimlib_global_init() can fail if functions are missing from
ntdll.  It's best to fail fast in this case rather than plowing ahead and
assuming the user would have already called wimlib_global_init()
themselves if they cared.


No differences found