mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
Fix test for mingw
This commit is contained in:
@@ -9,6 +9,9 @@ extern(C):
|
||||
version(darwin) {
|
||||
int* __error();
|
||||
alias __error __errno_location;
|
||||
} else version (mingw32) {
|
||||
int* strerror();
|
||||
alias strerror __errno_location;
|
||||
} else {
|
||||
int* __errno_location();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user