Refactor: Move defines to header file.

This commit is contained in:
2017-12-18 18:29:51 +00:00
parent ea2097d03f
commit 66808fa498
2 changed files with 7 additions and 6 deletions

View File

@@ -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,