File tree 5 files changed +0
-52
lines changed
5 files changed +0
-52
lines changed Original file line number Diff line number Diff line change 29
29
#if defined(_WIN32)
30
30
#ifdef _MSC_VER
31
31
#include " vcsversion.h"
32
- #include " mathfix.h"
33
32
#elif MINGW
34
33
// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME
35
34
#undef __STRICT_ANSI__
Original file line number Diff line number Diff line change 28
28
#include " strngs.h"
29
29
#include " tprintf.h"
30
30
31
- #ifdef _MSC_VER
32
- #include " mathfix.h"
33
- #endif
34
-
35
31
/*
36
32
37
33
Design notes from Ken Sharp, with light editing.
Original file line number Diff line number Diff line change 17
17
//
18
18
// /////////////////////////////////////////////////////////////////////
19
19
20
- #ifdef _MSC_VER
21
- #pragma warning(disable:4244) // Conversion warnings
22
- #include < mathfix.h>
23
- #endif
24
-
25
20
#ifdef __MINGW32__
26
21
#include < limits.h>
27
22
#endif
Original file line number Diff line number Diff line change 18
18
/* -----------------------------------------------------------------------------
19
19
Include Files and Type Defines
20
20
-----------------------------------------------------------------------------*/
21
- #ifdef _MSC_VER
22
- #include < mathfix.h>
23
- #endif
24
-
25
21
#include " featdefs.h"
26
22
#include " emalloc.h"
27
23
#include " danerror.h"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments