***************************************************
* How to port from Iris to Windows                *
***************************************************



add   
       #include <windows.h>
change 
       <glut.h> -> <gl/glut.h>
       <sys/time.h> -> <sys/timeb.h>
       
Comment out
       #include <device.h>
       #include "vssClient.h"

Change
       far -> wfar
       rad(x) -> radi(x)  where (x) is a number
       fsqrt -> sqrt
       fabsf -> abs
       random -> rand
       

Comment out
       The guts of Argument()
       in Main() the Switch statement for window selection
       