OpenCores
URL https://opencores.org/ocsvn/connect-6/connect-6/trunk

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [CONNECTK/] [connectk-2.0/] [win32/] [config.h] - Rev 13

Go to most recent revision | Compare with Previous | Blame | View Log

 
/*
 
connectk -- UMN CSci 5512W project
 
*/
 
/* Cannot take SVG screenshots with outdated Cairo DLLs -- it prevents the program
   from starting! */
#define NO_CAIRO_SVG
 
/* g_mutex_trylock() breaks the AI thread on Windows */
#define NO_TRYLOCK
 
/* The Visual Studio compiler generates warnings that we can safely ignore:
   4200 -- zero-sized array in struct 
   4244 -- conversion from double to int */
#pragma warning( disable : 4200 4244 )
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.