fixed error when using tcc on linux

This commit is contained in:
snarmph 2024-12-01 20:13:18 +01:00
parent a92b119549
commit 59053c1aae

View file

@ -1,6 +1,6 @@
#pragma once
#if COLLA_TCC
#if COLLA_TCC && COLLA_WIN
#include <Windows.h>