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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -898,7 +898,7 @@ RLAPI Vector2 GetWindowPosition(void); // Get window
|
||||||
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the primary monitor
|
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the primary monitor
|
||||||
RLAPI const char *GetClipboardText(void); // Get clipboard text content
|
RLAPI const char *GetClipboardText(void); // Get clipboard text content
|
||||||
RLAPI void SetClipboardText(const char *text); // Set clipboard text content
|
RLAPI void SetClipboardText(const char *text); // Set clipboard text content
|
||||||
RLAPI const char *GetOS(void); // Get current operating system
|
RLAPI const char *GetOS(void); // Get current operating system
|
||||||
|
|
||||||
// Cursor-related functions
|
// Cursor-related functions
|
||||||
RLAPI void ShowCursor(void); // Shows cursor
|
RLAPI void ShowCursor(void); // Shows cursor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user