30 |
/* Full package version string */ |
/* Full package version string */ |
31 |
#define PACKAGE_FULL_VERSION "Version: "PGM_VERSION" "PGM_DATE |
#define PACKAGE_FULL_VERSION "Version: "PGM_VERSION" "PGM_DATE |
32 |
|
|
33 |
|
/* Do not include seldom used W32 api parts. */ |
34 |
|
#define WIN32_LEAN_AND_MEAN |
35 |
|
|
36 |
/*-- WinPT.cpp --*/ |
/*-- WinPT.cpp --*/ |
37 |
extern HINSTANCE glob_hinst; /* Global HINSTANCE for tray window */ |
extern HINSTANCE glob_hinst; /* Global HINSTANCE for tray window */ |
38 |
extern HWND glob_hwnd; /* Global HWND for tray window */ |
extern HWND glob_hwnd; /* Global HWND for tray window */ |
39 |
extern HWND activ_hwnd; /* Active window HWND (dialog) */ |
extern int admin_user; |
40 |
extern int debug; /* Global debug mode */ |
extern int debug; /* Global debug mode */ |
|
extern int mobile; /* Mobile mode activated? */ |
|
41 |
extern int scard_support; /* Smartcard support available? */ |
extern int scard_support; /* Smartcard support available? */ |
42 |
extern int gpg_read_only; /* GPG read-only keyring access? */ |
extern int gpg_read_only; /* GPG read-only keyring access? */ |
43 |
|
|
|
extern LOCK mo_file; |
|
44 |
extern char gpgver[]; /* Contains gpg version (3 bytes) */ |
extern char gpgver[]; /* Contains gpg version (3 bytes) */ |
45 |
|
|
46 |
/* Privacy Tray Dynamic */ |
/* Privacy Tray Dynamic */ |