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] - Blame information for rev 13

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

Line No. Rev Author Line
1 3 sumanta.ch
 
2
/*
3
 
4
connectk -- UMN CSci 5512W project
5
 
6
*/
7
 
8
/* Cannot take SVG screenshots with outdated Cairo DLLs -- it prevents the program
9
   from starting! */
10
#define NO_CAIRO_SVG
11
 
12
/* g_mutex_trylock() breaks the AI thread on Windows */
13
#define NO_TRYLOCK
14
 
15
/* The Visual Studio compiler generates warnings that we can safely ignore:
16
   4200 -- zero-sized array in struct
17
   4244 -- conversion from double to int */
18
#pragma warning( disable : 4200 4244 )

powered by: WebSVN 2.1.0

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