mirror of
https://github.com/Harshit-Dhanwalkar/AsciiCam.git
synced 2026-07-03 11:20:59 +02:00
Add Windows supports
This commit is contained in:
parent
f531035887
commit
af6841fcac
5 changed files with 507 additions and 9 deletions
|
|
@ -5,8 +5,10 @@
|
|||
#define PLATFORM_LINUX 1
|
||||
#elif defined(__APPLE__) && defined(__MACH__)
|
||||
#define PLATFORM_MACOS 1
|
||||
#elif defined(_WIN32)
|
||||
#define PLATFORM_WINDOWS 1
|
||||
#else
|
||||
#error "Unsupported platform (only Linux and macOS are supported)"
|
||||
#error "Unsupported platform (only Linux, macOS, and Windows are supported)"
|
||||
#endif
|
||||
|
||||
#if defined(__x86_64__) || defined(_M_X64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue