mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
chore(app): include windows.h
This commit is contained in:
parent
8695c60ec1
commit
2234414f51
@ -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