Parent Directory
|
Revision Log
|
Patch
revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC | revision 12 by twoaday, Thu Apr 14 12:56:25 2005 UTC | |
---|---|---|
# | Line 59 multi_gnupg_path (void) | Line 59 multi_gnupg_path (void) |
59 | static char buf[256+64]; | static char buf[256+64]; |
60 | BOOL ec; | BOOL ec; |
61 | ||
62 | /* MSDN: buf must be at least MAX_PATH=256 bytes */ | |
63 | memset (buf, 0, sizeof (buf)); | memset (buf, 0, sizeof (buf)); |
64 | ec = SHGetSpecialFolderPath (HWND_DESKTOP, buf, CSIDL_APPDATA, TRUE); | ec = SHGetSpecialFolderPath (HWND_DESKTOP, buf, CSIDL_APPDATA, TRUE); |
65 | if (ec != 1) | if (ec != 1) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |