Parent Directory
|
Revision Log
|
Patch
revision 194 by twoaday, Thu Jan 26 10:17:17 2006 UTC | revision 195 by twoaday, Mon Apr 3 17:10:47 2006 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | #include "gpgme.h" | #include "gpgme.h" |
30 | #include "wptGPG.h" | #include "wptGPG.h" |
31 | #include "wptGPGME.h" | #include "wptGPGME.h" |
32 | #include "wptW32API.h" | |
33 | ||
/* Macros to change to normal and wait cursor. */ | ||
#define op_begin() SetCursor (LoadCursor (NULL, IDC_WAIT)) | ||
#define op_end() SetCursor (LoadCursor (NULL, IDC_ARROW)) | ||
34 | ||
35 | /* Constructor to build gpgme context. */ | /* Constructor to build gpgme context. */ |
36 | GPGME::GPGME () | GPGME::GPGME () |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |