Fixing GetOS
This commit is contained in:
parent
abeece3bd9
commit
1b69e4505b
|
|
@ -1192,6 +1192,8 @@ const char *GetOS(void)
|
|||
return "Solaris";
|
||||
#elif BSD
|
||||
return "BSD";
|
||||
#else
|
||||
return NULL:
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user