mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
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