Merge pull request #809 from cxd4/glide-on-linux

[Glide64] fixed wrong include paths for case-sensitivity
This commit is contained in:
zilmar 2015-12-05 08:35:45 +11:00
commit 9ad3e9d706
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ the plugin
#include <stddef.h> // offsetof
#include <glide.h>
#include <Common/MemTest.h>
#include <settings/Settings.h>
#include <Settings/Settings.h>
#include "GlideExtensions.h"
#include "rdp.h"
#include "Keys.h"

View File

@ -37,7 +37,7 @@
//
//****************************************************************
#include <common/StdString.h>
#include <Common/StdString.h>
#include "Gfx_1.3.h"
#include "Version.h"
#include <Settings/Settings.h>