Compilation fix for dependencies

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1875 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-11-23 19:05:12 +00:00
parent d3a107bb7c
commit 58e8194f40
3 changed files with 63 additions and 64 deletions

View File

@@ -1303,7 +1303,7 @@ int Convert_24b_bitmap_to_256(T_Bitmap256 dest,T_Bitmap24B source,int width,int
//Really small, fast and ugly converter(just for handhelds)
#include "global.h"
#include "limits.h"
#include <limits.h>
#include "engine.h"
#include "windows.h"