Conditional Defines in GV 2.10

Define        Units                     Description
    
Mode256       MyMouse			Includes 256-color-mode support.
					Standard: Enabled.

Regs386       MyMouse			Save 32-bit registers if run on >=386
					processors. Standard: Enabled.

Windows	      VgaMem, Bitmap, WinRes,   Experimental support for Windows
	      GvTable, GvBWCC, ...	target. Doesn't work in the current
					distribution.

Lib	      WinRes			Experimental DLL support. Doesn't
					work in the current distribution.

exe	      Bgi			Link BGI drivers into executable.
					Standard: Disabled.

bmp_usegraph  Bitmap			Use the image function of the BGI
					instead of these of VgaMem.
					Standard: Disabled.

RWS           GvTable			If defined, the GvTable unit only
					defines its data structures and some
					manipulation functions. This is used
					to build the Resource-Workshop plug-in
					(a Windows DLL) for TTable design.
					Standard: Disabled.

gvisible_v1   GVisible			Experimental use of an alternative
					data structure. It didn't prove
					working better, so we removed it
					from the distribution.
					Standard: Disabled.

metagr_bgi    MetaGr			Emulates MetaGr's functions through
					the BGI unit. (In the current
					distribution, MetaGr is not available
					with 256-color support.)
					Standard: Disabled.

AsyncMouse    GvApp			Use asynchronous mouse-cursor
					adaption.

UseBiosFonts  GvDriver                  GV used to use built-in VGA BIOS
					fonts. VESA has recommended that some
					of these fonts be removed from BIOS
					for space reasons. So GV has to use
					its own fixed-font images. If you
					define "UseBiosFonts", the BIOS fonts
					will be taken instead. This will
					save memory, but it is known not
					to work on some systems.
