Fix headers inclusion under Linux (case sensitive!)

svn path=/trunk/; revision=58649
This commit is contained in:
Pierre Schweitzer
2013-04-02 19:36:11 +00:00
parent a6a0236a4f
commit f4edf37b57
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "interfaces.hpp"
#include "debug.hpp"
#include "DMusicKS.h"
#include "dmusicks.h"
#ifdef UART
const ULONG MAX_MINIPORTS = 3;
@@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "mintopo.hpp"
#include "mintopotables.hpp"
#define NTSTRSAFE_LIB //for Windows 2000 compatibility
#include "NtStrsafe.h"
#include "ntstrsafe.h"
#ifdef _MSC_VER
#pragma code_seg("PAGE")