Rename the file to LightsDriver_LinuxPacDrive
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "global.h"
|
||||
#include "RageLog.h"
|
||||
#include "LightsDriver_Linux_PacDrive.h"
|
||||
#include "LightsDriver_LinuxPacDrive.h"
|
||||
|
||||
extern "C" {
|
||||
#include <usb.h>
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
#ifndef LIGHTSDRIVER_LINUX_PACDRIVE_H
|
||||
#define LIGHTSDRIVER_LINUX_PACDRIVE_H
|
||||
#ifndef LIGHTSDRIVER_LINUXPACDRIVE_H
|
||||
#define LIGHTSDRIVER_LINUXPACDRIVE_H
|
||||
|
||||
#include "LightsDriver.h"
|
||||
|
||||
@@ -27,7 +27,7 @@ private:
|
||||
usb_dev_handle *DeviceHandle;
|
||||
};
|
||||
|
||||
#endif // LIGHTSDRIVER_LINUX_PACDRIVE_H
|
||||
#endif // LIGHTSDRIVER_LINUXPACDRIVE_H
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 BoXoRRoXoRs
|
||||
Reference in New Issue
Block a user