Permalink
1 comment
on commit
sign in to comment.
Browse files
define S_ISDIR for win32 #94
Followup on #383. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
- Loading branch information
Showing
with
9 additions
and 3 deletions.
- +5 −2 src/common/ConfigManager.cpp
- +4 −1 src/sdl/SDL.cpp
This comment has been minimized.
denisfa commented onMar 7, 2019
6a98f3c
Nice! I just setup a Windows VM so I could test some stuff. I was going to think how to redo this exactly.