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
Fmsx
Commits
1c62bdb6
Commit
1c62bdb6
authored
Jul 03, 2017
by
Libretro-Admin
Browse files
Change (WIN32) to (_WIN32)
parent
c3ba4975
Changes
1
Hide whitespace changes
Inline
Side-by-side
EMULib/Floppy.c
View file @
1c62bdb6
...
...
@@ -17,7 +17,7 @@
#include <ctype.h>
#include <sys/stat.h>
#if defined(WIN32)
|| defined(WIN64)
#if defined(
_
WIN32)
// Copied from linux libc sys/stat.h:
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
...
...
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