mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-17 14:33:29 +03:00
chore(app): include windows.h
This commit is contained in:
parent
6cdeb0c35b
commit
5d1a800076
@ -1,4 +1,5 @@
|
|||||||
#include "client/Client.hpp"
|
#include "client/Client.hpp"
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
|
||||||
// TODO
|
// TODO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user