Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Craft
Commits
64419275
Commit
64419275
authored
Jul 06, 2017
by
Libretro-Admin
Browse files
Add MSVC ifdef
parent
5617f54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
64419275
...
...
@@ -152,6 +152,7 @@ typedef struct {
#ifdef _MSC_VER
#define isnan(x) _isnan(x)
#define signbit(x) (_copysign(1.0, x) < 0)
#endif
static
float
fmaxf_internal
(
float
x
,
float
y
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment