Remove unused extern "C" comments
This commit is contained in:
parent
bcbdd4c4e0
commit
743b3cbdbb
|
@ -12,11 +12,6 @@
|
|||
#ifndef XBOXKRNL_H
|
||||
#define XBOXKRNL_H
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//extern "C"
|
||||
//{
|
||||
#endif
|
||||
|
||||
// ******************************************************************
|
||||
// * dll import/export
|
||||
// ******************************************************************
|
||||
|
@ -2711,10 +2706,6 @@ typedef struct _IDE_CHANNEL_OBJECT
|
|||
// ******************************************************************
|
||||
#include "xbox.h"
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -27,11 +27,6 @@
|
|||
#ifndef EMU_EEPROM_H
|
||||
#define EMU_EEPROM_H
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//extern "C"
|
||||
//{
|
||||
#endif
|
||||
|
||||
// prevent name collisions
|
||||
namespace xboxkrnl
|
||||
{
|
||||
|
@ -162,8 +157,4 @@ extern void EmuEEPROMReset(xboxkrnl::XBOX_EEPROM* eeprom);
|
|||
|
||||
void gen_section_CRCs(xboxkrnl::XBOX_EEPROM*);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//}
|
||||
#endif
|
||||
|
||||
#endif // EMU_EEPROM_H
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
#ifndef __XDVDFS_H__
|
||||
#define __XDVDFS_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
//extern "C" {
|
||||
#endif
|
||||
|
||||
#include <xboxkrnl/xboxkrnl.h> //#include <stdtypes.h>
|
||||
|
||||
#include "buffered_io.h"
|
||||
|
@ -157,8 +153,4 @@ extern DWORD XDVDFS_FileSeek(
|
|||
int Delta,
|
||||
DWORD SeekMode);
|
||||
|
||||
#ifdef __cplusplus
|
||||
//}
|
||||
#endif
|
||||
|
||||
#endif // __XDVDFS_H__
|
||||
|
|
|
@ -25,11 +25,6 @@
|
|||
#ifndef EMUNTDLL_H
|
||||
#define EMUNTDLL_H
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//extern "C"
|
||||
//{
|
||||
#endif
|
||||
|
||||
#include <ctype.h> // winnt ntndis
|
||||
|
||||
// ******************************************************************
|
||||
|
@ -2018,10 +2013,6 @@ EXTERN(RtlUpcaseUnicodeChar);
|
|||
EXTERN(RtlUpcaseUnicodeString);
|
||||
EXTERN(RtlUpcaseUnicodeToMultiByteN);
|
||||
EXTERN(RtlUpperString);
|
||||
EXTERN(RtlUshortByteSwap);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
//}
|
||||
#endif
|
||||
EXTERN(RtlUshortByteSwap);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue