Changed filename "Kernel.h/cpp" to "CxbxKrnl.h/cpp"
This commit is contained in:
parent
c80c1d9d7e
commit
972c28a02c
2
Cxbx.dsp
2
Cxbx.dsp
|
@ -130,7 +130,7 @@ SOURCE=.\Include\Core\Exe.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Include\Win32\CxbxKrnl\Kernel.h
|
||||
SOURCE=.\Include\Win32\CxbxKrnl\CxbxKrnl.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
|
@ -104,6 +104,7 @@ upxCxbx.bat
|
|||
OutputFile=".\Bin\Debug/Cxbx.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Bin\Debug/Cxbx.pdb"
|
||||
SubSystem="2"/>
|
||||
|
@ -153,7 +154,7 @@ upxCxbx.bat
|
|||
RelativePath=".\Include\Core\Exe.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Include\Win32\CxbxKrnl\Kernel.h">
|
||||
RelativePath=".\Include\Win32\CxbxKrnl\CxbxKrnl.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Include\Win32\Cxbx\Prolog.h">
|
||||
|
|
|
@ -104,7 +104,7 @@ LINK32=link.exe
|
|||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Include\Win32\CxbxKrnl\Kernel.h
|
||||
SOURCE=.\Include\Win32\CxbxKrnl\CxbxKrnl.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -120,7 +120,7 @@ SOURCE=.\Include\Win32\CxbxKrnl\xntdll.h
|
|||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Source\Win32\CxbxKrnl\Kernel.cpp
|
||||
SOURCE=.\Source\Win32\CxbxKrnl\CxbxKrnl.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
Name="Include"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\Include\Win32\CxbxKrnl\Kernel.h">
|
||||
RelativePath=".\Include\Win32\CxbxKrnl\CxbxKrnl.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Include\Win32\CxbxKrnl\xntdll.h">
|
||||
|
@ -141,7 +141,7 @@
|
|||
Name="Source"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\Source\Win32\CxbxKrnl\Kernel.cpp">
|
||||
RelativePath=".\Source\Win32\CxbxKrnl\CxbxKrnl.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Source\Win32\CxbxKrnl\KernelThunk.cpp">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// * `88bo,__,o, oP"``"Yo, _88o,,od8P oP"``"Yo,
|
||||
// * "YUMMMMMP",m" "Mm,""YUMMMP" ,m" "Mm,
|
||||
// *
|
||||
// * Cxbx->Win32->CxbxKrnl->Kernel.h
|
||||
// * Cxbx->Win32->CxbxKrnl->CxbxKrnl.h
|
||||
// *
|
||||
// * This file is part of the Cxbx project.
|
||||
// *
|
||||
|
@ -31,8 +31,8 @@
|
|||
// * All rights reserved
|
||||
// *
|
||||
// ******************************************************************
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
#ifndef CXBXKRNL_H
|
||||
#define CXBXKRNL_H
|
||||
|
||||
// ******************************************************************
|
||||
// * namespace used to avoid collisions with ntdll and win32
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "EmuExe.h"
|
||||
#include "Prolog.h"
|
||||
#include "Kernel.h"
|
||||
#include "CxbxKrnl.h"
|
||||
|
||||
#undef FIELD_OFFSET // prevent macro redefinition warnings
|
||||
#include <windows.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
// ******************************************************************
|
||||
#include "Cxbx.h"
|
||||
#include "EmuExe.h"
|
||||
#include "Kernel.h"
|
||||
#include "CxbxKrnl.h"
|
||||
#include "WndMain.h"
|
||||
#include "WndAbout.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// * `88bo,__,o, oP"``"Yo, _88o,,od8P oP"``"Yo,
|
||||
// * "YUMMMMMP",m" "Mm,""YUMMMP" ,m" "Mm,
|
||||
// *
|
||||
// * Cxbx->Win32->CxbxKrnl->Kernel.cpp
|
||||
// * Cxbx->Win32->CxbxKrnl->CxbxKrnl.cpp
|
||||
// *
|
||||
// * This file is part of the Cxbx project.
|
||||
// *
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define CXBXKRNL_INTERNAL
|
||||
#define _XBOXKRNL_LOCAL_
|
||||
#include "Kernel.h"
|
||||
#include "CxbxKrnl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define CXBXKRNL_INTERNAL
|
||||
#define _XBOXKRNL_LOCAL_
|
||||
#include "Kernel.h"
|
||||
#include "CxbxKrnl.h"
|
||||
|
||||
// ******************************************************************
|
||||
// * NOTE:
|
||||
|
|
Loading…
Reference in New Issue