/****************************************************************************
File    : WinConfig.h
/*
@(#) #SY# Atari800Win PLus
@(#) #IS# Windows project configuration flags
@(#) #BY# Tomasz Szymankowski
@(#) #LM# 26.07.2001
*/

#ifndef __WIN_CONFIG_H__
#define __WIN_CONFIG_H__

#include "config.h" /* Include Atari800 configuration file */

/* WIN_TRANSLATE_ERRORS - Enables full description for DirectX/
   Multimedia System errors. The size of generated executable
   file is about 12KB smaller until this flag is not set.
*/
#define WIN_TRANSLATE_ERRORS


#ifdef _DEBUG
#define WIN_TRANSLATE_ERRORS
#endif

#endif //__WIN_CONFIG_H__
