mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
19 lines
230 B
C
19 lines
230 B
C
/* base definitions */
|
|
|
|
#ifndef BASE_H
|
|
#define BASE_H
|
|
|
|
#define VER "0.4.7"
|
|
|
|
#if QT_VERSION >= 0x030000
|
|
#define qt3 1
|
|
#endif
|
|
|
|
#ifdef WIN32
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
#define XCA_TITLE "X Certifikate and Key management"
|
|
|
|
#endif
|