File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,12 @@ licence.
65
65
#include "config.h"
66
66
#endif /*HAVE_CONFIG_H*/
67
67
68
- #ifndef _MSC_VER
69
68
#include <stdint.h>
70
- #endif
71
-
72
69
#include <stdio.h>
73
70
#include <math.h>
74
71
75
72
#include "lbfgs.h"
76
73
77
- #ifdef _MSC_VER
78
- #define inline __inline
79
- typedef unsigned int uint32_t ;
80
- #endif /*_MSC_VER*/
81
-
82
74
#if defined(USE_SSE ) && defined(__SSE2__ ) && LBFGS_FLOAT == 64
83
75
/* Use SSE2 optimization for 64bit double precision. */
84
76
#include "arithmetic_sse_double.h"
Original file line number Diff line number Diff line change 14
14
#ifndef __PLFIT_MT_H__
15
15
#define __PLFIT_MT_H__
16
16
17
- /* VS 2010, i.e. _MSC_VER == 1600, already has stdint.h */
18
- #if defined(_MSC_VER ) && _MSC_VER < 1600
19
- # define uint32_t unsigned __int32
20
- #else
21
- # include <stdint.h>
22
- #endif
17
+ #include <stdint.h>
23
18
24
19
#undef __BEGIN_DECLS
25
20
#undef __END_DECLS
You can’t perform that action at this time.
0 commit comments