mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(os): include <windows.h>
This commit is contained in:
parent
92c0390ca4
commit
ca959ed618
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
// Variables
|
||||
|
||||
char commandline[1024] = {0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue