17 |
* along with WinPT; if not, write to the Free Software Foundation, |
* along with WinPT; if not, write to the Free Software Foundation, |
18 |
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
19 |
*/ |
*/ |
|
|
|
20 |
#ifndef WPT_VERSION_H |
#ifndef WPT_VERSION_H |
21 |
#define WPT_VERSION_H |
#define WPT_VERSION_H |
22 |
|
|
24 |
#define PGM_NAME "WinPT" |
#define PGM_NAME "WinPT" |
25 |
|
|
26 |
/* Application version */ |
/* Application version */ |
27 |
#define PGM_VERSION "0.9.92" |
#define PGM_VERSION "0.9.93-cvs" |
28 |
#define PGM_DATE "(2005-04-19)" |
#define PGM_DATE "(2005-04-21)" |
29 |
|
|
30 |
/* Package version string */ |
/* Package version string */ |
31 |
#define PACKAGE_VERSION "Version: "PGM_VERSION" "PGM_DATE |
#define PACKAGE_VERSION "Version: "PGM_VERSION" "PGM_DATE |
35 |
extern HWND glob_hwnd; /* Global HWND for tray window */ |
extern HWND glob_hwnd; /* Global HWND for tray window */ |
36 |
extern HWND activ_hwnd; /* Active window HWND (dialog) */ |
extern HWND activ_hwnd; /* Active window HWND (dialog) */ |
37 |
extern int debug; /* Global debug mode */ |
extern int debug; /* Global debug mode */ |
38 |
extern int mobile; /* Mobile mode activated */ |
extern int mobile; /* Mobile mode activated? */ |
39 |
extern int scard_support; /* Smartcard support available */ |
extern int scard_support; /* Smartcard support available? */ |
40 |
extern int gpg_read_only; |
extern int gpg_read_only; /* GPG read-only keyring access? */ |
41 |
|
|
42 |
extern LOCK mo_file; |
extern LOCK mo_file; |
43 |
extern char gpgver[]; |
extern char gpgver[]; |
44 |
|
|
45 |
|
/* Privacy Tray Dynamic */ |
46 |
BOOL PTD_initialize (void); |
BOOL PTD_initialize (void); |
47 |
void PTD_delete (void); |
void PTD_delete (void); |
48 |
const char * PTD_get_version (void); |
const char * PTD_get_version (void); |