mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor: Move defines to header file.
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
#ifndef DISCIMAGECHEF_DEVICE_REPORT_MAIN_H
|
||||
#define DISCIMAGECHEF_DEVICE_REPORT_MAIN_H
|
||||
|
||||
#define DIC_VERSION "3.99.6.0"
|
||||
#define DIC_COPYRIGHT "Copyright © 2011-2017 Natalia Portillo"
|
||||
#define XML_ENCODING "UTF-8"
|
||||
#define DIC_REPORT_ROOT "DicDeviceReport"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user