1
0

UI stuffs

This commit is contained in:
Scott E. Graves
2017-03-22 10:59:07 -05:00
parent a6c6de75c3
commit 9efbae3fb9
10 changed files with 47 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
#define _SIACOMMON_H
#define SIDRIVE_VERSION_STRING "0.0.1"
#define COMPAT_SIAD_VERSION "1.1.2"
#ifdef _WIN32
// Unicode for Win32
@@ -76,6 +77,7 @@ public:
};
#define DEFAULT_CONFIG_FILE_PATH L"./config/siadriveconfig.json"
#define DEFAULT_RENTER_DB_FILE_PATH L"./config/renter_upload.db3"
#define Property(type, name, get_access, set_access) \
private:\