1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix for case sensitive filenames (linux)

This commit is contained in:
FunkyFr3sh 2018-11-14 07:00:42 +01:00
parent 806746d364
commit 91614bf83c

View File

@ -19,7 +19,7 @@
#include <stdio.h>
#include <ctype.h>
#include <d3d9.h>
#include <InitGuid.h>
#include <initguid.h>
#include "ddraw.h"
#include "main.h"
#include "opengl.h"