This is a modified version of the original Z3DC.DRV program which uses 
Microsoft's CTL3DV2.DLL or CTL3D.DLL three-dimensional controls libraries
to automatically give all programs the "3d" look.  

In the original version, programs which already have the 3D controls must
be excluded (this is done in the driver setup).  If you don't do this the system
can crash.  If someone who doesn't know about Z3DC.DRV tries to run a 
new program (or one which hasn't been excluded), he will encounter problems.
One way around this is to have Z3DC.DRV figure out which programs might
use the 3D libraries and automatically exclude them....

This version is able to automatically detect whether an executable file imports CTL3D
or CTL3DV2 - if CTL3D or CTL3DV2 are listed in the imports section of the file.   
The source (Z3DC.C), resource (Z3DC.RES) and DLL (Z3DC.DRV)
have been modified from the original version (available in the programr subdirectory
in wuarchive.)	- mallav@itsa.ucsf.edu