Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 2, 2014
1 parent 91280de commit a260a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cbc/test/CInterfaceTest.c
Expand Up @@ -8,8 +8,12 @@
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifndef INFINITY
# define INFINITY (HUGE_VAL * 2)
#endif

static int callback_called = 0;

Expand Down

0 comments on commit a260a3b

Please sign in to comment.