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