aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/chillout/defines.h
blob: 59f8db80cae821e60305abab8a37d88861ff463b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CHILLOUTDEFINES_H
#define CHILLOUTDEFINES_H

#define CHILLOUT_EXIT_CODE 3

#define STRINGIZE_(x) #x
#define STRINGIZE(x) STRINGIZE_(x)

#ifdef _WIN32
#define WIDEN(quote) WIDEN2(quote)
#define WIDEN2(quote) L##quote
#else
#define WIDEN(quote) quote
#endif

#endif // CHILLOUTDEFINES_H