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 10
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