This is the source code of vMac 0.1.9.6 for Win32

E-Mail: Weston@vMac.org
Internet: http://www.vMac.org

vMac is Copyright 1997 by Philip Cummins and The vMac Team
(ALL RIGHTS RESERVED)

WE ARE NOT RESPONSIBLE OR LAIBLE FOR ANYTHING. THERE ARE NO GUARANTEES.
USE AT YOUR OWN RISK! YOU MAY NOT USE CODE FROM THIS SOURCE OR CODE
BASED ON THIS SOURCE FOR COMMERCIAL PURPOSES WIHTOUT PERMISSION FROM
THE VMAC TEAM.


Please also read the documentation which is distributed with the binary.


You may need to add these include directories to your project or
make file: (.\ indicates the root folder of the source code)

.\
.\CPU
.\Hardware
.\Includes
.\Win32


You may need to add these libraries to your project:

advapi32.lib
winmm.lib
comdlg32.lib
comctl32.lib
shell32.lib
ddraw.lib
kernel32.lib
gdi32.lib
user32.lib

If you are not using Symantec C++, then you will need to edit
Win32\Win32Port.c and change the line #include <win32\dbt.h> to
#include <dbt.h>


