dll_ver: don't call Wow64 stuff on 32-bit vista

+minor improvements:
. move libjpeg-specific stuff to its own header

This was SVN commit r5088.
This commit is contained in:
janwas
2007-05-24 02:32:53 +00:00
parent 3386154fe3
commit 1814d9175a
10 changed files with 297 additions and 159 deletions
+1
View File
@@ -61,6 +61,7 @@ retry:
return false;
if(!cpu_CAS(pInitState, latchedInitState, latchedInitState-1))
goto retry;
// refcount reached zero => allow shutdown.
if(latchedInitState-1 == MODULE_UNINITIALIZED)
return true;