xca/lib/base.h.win
2003-06-12 20:23:45 +00:00

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