Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
commit44eb8bf59ff1b74587058e4a7378cdd98e082075
authorFrancois Gouget <fgouget@free.fr>
Tue, 7 Jan 2003 19:40:40 +0000 (7 19:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Jan 2003 19:40:40 +0000 (7 19:40 +0000)
tree24d527a650b77a7e3edc47beb66b81b0fcb35cf8
parent7c92869f86953e06b6f58d0be27a71725c8594a8
Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
Uncomment some 'NULL' tests as they pass on Windows and on Wine.
Comment out those that crash on Win95 and indicate why they are
commented out.
Remove two redundant tests in vartest.c (VarI1FromBool and
VarUI2FromI2, last diff hunk).
dlls/oleaut32/tests/safearray.c
dlls/oleaut32/tests/vartest.c