Rev 227 | Blame | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/dos32## Contents: DOS 32bit support## Revision History:# 19/08/99 APY Created################################################################################Dos32Init();sub Dos32Init{Toolset( '*', wc4gw ); #Watcom C/C++ using DOS4GWPlatformDefines( "dos32.def" );}