+added an "HTML" return value to the os()
function.
This commit is contained in:
parent
08b30667e1
commit
5de031245d
@ -1218,7 +1218,9 @@ static bool_t _process_parameters(int argc, char* argv[]) {
|
|||||||
** Scripting interfaces
|
** Scripting interfaces
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MB_OS_WIN
|
#if defined MB_OS_HTML
|
||||||
|
# define _OS "HTML"
|
||||||
|
#elif defined MB_OS_WIN
|
||||||
# define _OS "WINDOWS"
|
# define _OS "WINDOWS"
|
||||||
#elif defined MB_OS_IOS || MB_OS_IOS_SIM
|
#elif defined MB_OS_IOS || MB_OS_IOS_SIM
|
||||||
# define _OS "IOS"
|
# define _OS "IOS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user