mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Win MSVC: add NSFileManager support
Also unifies _CHAR in NSFileManager with GSNativeChar, as they are internally required to be the same.
This commit is contained in:
parent
54ae296b69
commit
5fb5fb46c4
5 changed files with 1056 additions and 49 deletions
|
@ -1194,7 +1194,8 @@ static void determineOperatingSystem()
|
|||
_operatingSystemName = @"GSGNULinuxOperatingSystem";
|
||||
_operatingSystem = GSGNULinuxOperatingSystem;
|
||||
}
|
||||
else if ([os hasPrefix: @"mingw"] == YES)
|
||||
else if ([os hasPrefix: @"mingw"] == YES
|
||||
|| [os isEqualToString: @"windows"] == YES)
|
||||
{
|
||||
_operatingSystemName = @"NSWindowsNTOperatingSystem";
|
||||
_operatingSystem = NSWindowsNTOperatingSystem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue