mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +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)
|
||||
#include <windows.h>
|
||||
typedef HINSTANCE LibHandle;
|
||||
#else
|
||||
typedef void *LibHandle;
|
||||
|
||||
Reference in New Issue
Block a user