Mercurial > repos > blastem
comparison util.c @ 2041:638eb2d25696 mame_interp
Merge from default
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 05 Aug 2021 09:29:33 -0700 |
parents | 441d5d6cea2f |
children | 237068a25523 |
comparison
equal
deleted
inserted
replaced
1984:0d5f88e53dca | 2041:638eb2d25696 |
---|---|
532 void disable_stdout_messages(void) | 532 void disable_stdout_messages(void) |
533 { | 533 { |
534 output_enabled = 0; | 534 output_enabled = 0; |
535 } | 535 } |
536 | 536 |
537 uint8_t is_stdout_enabled(void) | |
538 { | |
539 return output_enabled; | |
540 } | |
541 | |
537 #ifdef _WIN32 | 542 #ifdef _WIN32 |
538 #define WINVER 0x501 | 543 #define WINVER 0x501 |
539 #include <winsock2.h> | 544 #include <winsock2.h> |
540 #include <windows.h> | 545 #include <windows.h> |
541 #include <shlobj.h> | 546 #include <shlobj.h> |