mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMIPCI]
Fix headers inclusion under Linux (case sensitive!) svn path=/trunk/; revision=58649
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user