forked from Silverfish/proton-bridge
chore: fix missing windows header for bridgelib.
bridgelib was moved from bridge-gui to bridgepp project, and windows.h is not auto-included anymore (only Qt core is in the pre-compiled headers).
This commit is contained in:
@ -47,6 +47,7 @@ void (*deleteCStringFunc)(char *) = nullptr; ///< A pointer to the deleteCString
|
|||||||
|
|
||||||
|
|
||||||
#if defined(Q_OS_WINDOWS)
|
#if defined(Q_OS_WINDOWS)
|
||||||
|
#include <windows.h>
|
||||||
typedef HINSTANCE LibHandle;
|
typedef HINSTANCE LibHandle;
|
||||||
#else
|
#else
|
||||||
typedef void *LibHandle;
|
typedef void *LibHandle;
|
||||||
|
|||||||
Reference in New Issue
Block a user