/****************************************************************************
File    : WinConfig.h
/*
@(#) #SY# Atari800Win PLus
@(#) #IS# Windows port configuration flags
@(#) #BY# Tomasz Szymankowski
@(#) #LM# 28.10.2003
*/

#ifndef __WIN_CONFIG_H__
#define __WIN_CONFIG_H__

#include "config.h" /* Include Atari800 configuration file */

/* WIN_NETWORK_GAMES - Allows performing network games using
   Kaillera library.
*/
#define WIN_NETWORK_GAMES

#endif //__WIN_CONFIG_H__
