Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
MSVC: Windows-native implementation for subset of Pthreads API
[gitweb.git]
/
compat
/
mingw.c
diff --git
a/compat/mingw.c
b/compat/mingw.c
index 73762473c55ea18e60aa74eab2fab5936a966df0..74ffc1834f5ad07d711da4ee6c2edabd56f7dad4 100644
(file)
--- a/
compat/mingw.c
+++ b/
compat/mingw.c
@@
-3,7
+3,7
@@
#include <conio.h>
#include "../strbuf.h"
-
static
int err_win_to_posix(DWORD winerr)
+int err_win_to_posix(DWORD winerr)
{
int error = ENOSYS;
switch(winerr) {