Lowercase all CAPS to prevent case sensitive errors in non-Windows platforms
This commit is contained in:
38
src/pc.c
38
src/pc.c
@@ -21,9 +21,9 @@
|
||||
#include "86box.h"
|
||||
#include "ibm.h"
|
||||
#include "mem.h"
|
||||
#include "CPU/cpu.h"
|
||||
#include "CPU/x86_ops.h"
|
||||
#include "CPU/codegen.h"
|
||||
#include "cpu/cpu.h"
|
||||
#include "cpu/x86_ops.h"
|
||||
#include "cpu/codegen.h"
|
||||
#include "dma.h"
|
||||
#include "nvr.h"
|
||||
#include "pic.h"
|
||||
@@ -43,18 +43,18 @@
|
||||
#include "fdc.h"
|
||||
#include "fdd.h"
|
||||
#include "gameport.h"
|
||||
#include "HDD/hdd.h"
|
||||
#include "HDD/hdd_ide_at.h"
|
||||
#include "hdd/hdd.h"
|
||||
#include "hdd/hdd_ide_at.h"
|
||||
#include "cdrom.h"
|
||||
#include "cdrom_ioctl.h"
|
||||
#include "cdrom_image.h"
|
||||
#include "cdrom_null.h"
|
||||
#include "keyboard.h"
|
||||
#include "keyboard_at.h"
|
||||
#include "SOUND/midi.h"
|
||||
#include "sound/midi.h"
|
||||
#include "mouse.h"
|
||||
#ifdef USE_NETWORK
|
||||
#include "NETWORK/network.h"
|
||||
#include "network/network.h"
|
||||
#endif
|
||||
#ifdef WALTJE
|
||||
# define UNICODE
|
||||
@@ -66,19 +66,19 @@
|
||||
#include "plat_midi.h"
|
||||
#include "plat_mouse.h"
|
||||
#include "plat_ui.h"
|
||||
#include "SCSI/scsi.h"
|
||||
#include "scsi/scsi.h"
|
||||
#include "serial.h"
|
||||
#include "SOUND/sound.h"
|
||||
#include "SOUND/snd_cms.h"
|
||||
#include "SOUND/snd_dbopl.h"
|
||||
#include "SOUND/snd_mpu401.h"
|
||||
#include "SOUND/snd_opl.h"
|
||||
#include "SOUND/snd_gus.h"
|
||||
#include "SOUND/snd_sb.h"
|
||||
#include "SOUND/snd_speaker.h"
|
||||
#include "SOUND/snd_ssi2001.h"
|
||||
#include "VIDEO/video.h"
|
||||
#include "VIDEO/vid_voodoo.h"
|
||||
#include "sound/sound.h"
|
||||
#include "sound/snd_cms.h"
|
||||
#include "sound/snd_dbopl.h"
|
||||
#include "sound/snd_mpu401.h"
|
||||
#include "sound/snd_opl.h"
|
||||
#include "sound/snd_gus.h"
|
||||
#include "sound/snd_sb.h"
|
||||
#include "sound/snd_speaker.h"
|
||||
#include "sound/snd_ssi2001.h"
|
||||
#include "video/video.h"
|
||||
#include "video/vid_voodoo.h"
|
||||
|
||||
|
||||
wchar_t pcempath[512];
|
||||
|
||||
Reference in New Issue
Block a user