Made compilable for non-Windows targets

This commit is contained in:
tazza-d 2020-04-13 22:44:39 +03:00 committed by GitHub
parent a836292b16
commit 2618c8e8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
tim.h
View File

@ -2,7 +2,9 @@
#define _TIM_H
#include <stdio.h>
#ifdef _WIN32
#include <windows.h>
#endif
#include <math.h>
#define TIM_OUTPUT_CLUT4 0