mirror of https://github.com/kiwix/libkiwix.git
Include windows.h before synchapi.h
This commit is contained in:
parent
8dbc34e9ae
commit
68dc4d40b5
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include "subprocess.h"
|
#include "subprocess.h"
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#include <synchapi.h>
|
#include <synchapi.h>
|
||||||
|
|
||||||
class WinImpl : public SubprocessImpl
|
class WinImpl : public SubprocessImpl
|
||||||
|
|
Loading…
Reference in New Issue