GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
define.h
Go to the documentation of this file.
1#line 2 "src/define.h"
2
3#ifndef __DEFINE_H___
4#define __DEFINE_H___
5
6/*
7** This project can use GNUCASHEW or GNUCASH sessions.
8** The GNUCASHEW session makes direct SQL calls to a sqlite file
9** The GNUCASH session makes use of the libgnucash api.
10**
11*/
12//#define USE_GNUCASH_ENGINE
13#define USE_GNUCASHEW_SESSION
14
15
16
17#define TR(X) Wt::WString::tr(X)
18#define TR8(X) TR(X).toUTF8()
19
20
21
22#endif // #ifndef __DEFINE_H___
23
24