mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
/* base definitions */
|
|
|
|
#ifndef BASE_H
|
|
#define BASE_H
|
|
|
|
#define VER "VERSION-W32"
|
|
|
|
#define MARK
|
|
#define DBEX(x) x.get_errno();
|
|
|
|
#define CERR(x)
|
|
|
|
#define XCA_TITLE "X Certifikate and Key management"
|
|
|
|
#endif
|