/[winpt]/trunk/Include/wptVersion.h
ViewVC logotype

Contents of /trunk/Include/wptVersion.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 336 - (show annotations)
Sun Nov 27 12:28:18 2011 UTC (13 years, 3 months ago) by twoaday
File MIME type: text/plain
File size: 1729 byte(s)
2011-11-24  Timo Schulz  <twoaday@gmx.net>

        * wptVersion.h: Removed emulate_utf8_bug.
        * wptGpgCmds.h: Renamed into ...
        * wptGPGCmds.h: this. And updated to gnupg 1.4.11
			

1 /* wptVersion.h - WinPT version handling
2 * Copyright (C) 2000-2005, 2008-2009 Timo Schulz
3 *
4 * This file is part of WinPT.
5 *
6 * WinPT is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * WinPT is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 */
16 #ifndef WPT_VERSION_H
17 #define WPT_VERSION_H
18
19 /* Application name */
20 #define PGM_NAME "WinPT"
21
22 /* Application version */
23 #define PGM_VERSION "1.5.0"
24 #define PGM_DATE "("__DATE__")"
25
26 /* Full package version string */
27 #define PACKAGE_FULL_VERSION "Version: "PGM_VERSION" "PGM_DATE
28
29 /* Do not include seldom used W32 api parts. */
30 #define WIN32_LEAN_AND_MEAN
31
32 /*-- WinPT.cpp --*/
33 extern HINSTANCE glob_hinst; /* Global HINSTANCE for tray window */
34 extern HWND glob_hwnd; /* Global HWND for tray window */
35 extern int debug; /* Global debug mode */
36 extern int scard_support; /* Smartcard support available? */
37 extern int gpg_read_only; /* GPG read-only keyring access? */
38
39 extern char gpgver[]; /* Contains gpg version (3 bytes) */
40
41 /* Privacy Tray Dynamic */
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 BOOL PTD_initialize (void);
46 void PTD_delete_hook (void);
47 #ifdef __cplusplus
48 }
49 #endif
50
51 int jpg_show (HWND, POINT*, LPCSTR);
52
53 /*-- wptMainProc.cpp --*/
54 LRESULT CALLBACK winpt_main_proc (HWND hwnd, UINT msg, WPARAM wparam,
55 LPARAM lparam); /* Global main procedure */
56
57 #endif /* WPT_VERSION_H */

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26