mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
#include'd <86box/win.h> in qt/qt_ui.cpp.
This commit is contained in:
parent
cb957fe517
commit
e8cb5dc0fe
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ extern "C" {
|
|||
#include <86box/network.h>
|
||||
#include <86box/machine_status.h>
|
||||
|
||||
#ifdef Q_OS_WINDOWS
|
||||
# include <86box/win.h>
|
||||
#endif
|
||||
|
||||
void
|
||||
plat_delay_ms(uint32_t count)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue