tangled
alpha
login
or
join now
freshlybakedca.ke
/
git
5
fork
atom
Git fork
5
fork
atom
overview
issues
pulls
2
pipelines
git
/
compat
/
msvc.h
at
reftables-rust
7 lines
94 B
view raw
wrap content
Patrick Steinhardt
compat/mingw: split out POSIX-related bits
1y ago
0b960a53
1
#
ifndef __MSVC__HEAD
2
#
define __MSVC__HEAD
3
4
#
include
"msvc-posix.h"
5
#
include
"mingw.h"
6
7
#
endif