xca/lib/base.h.in
chris2511 24f33d8038 s/Revokation/Revocation/g
s/Certifikate/Certificate/g
2004-05-25 20:31:22 +00:00

19 lines
235 B
C

/* base definitions */
#ifndef BASE_H
#define BASE_H
#define VER "MY_VERSION"
#if QT_VERSION >= 0x030000
#define qt3 1
#endif
#ifdef WIN32
#include <WINDOWS.H>
#endif
#define XCA_TITLE "X Certificate and Key management"
#endif