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

Diff of /trunk/Include/wptVersion.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC revision 37 by werner, Thu Oct 27 19:12:40 2005 UTC
# Line 1  Line 1 
1  /* wptVersion.h - WinPT version handling  /* wptVersion.h - WinPT version handling
2   *      Copyright (C) 2000-2005 Timo Schulz   *      Copyright (C) 2000-2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
6   * WinPT is free software; you can redistribute it and/or modify   * 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   * 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   * the Free Software Foundation; either version 2 of the License, or
9   * (at your option) any later version.   * (at your option) any later version.
10   *   *
11   * WinPT is distributed in the hope that it will be useful,   * WinPT is distributed in the hope that it will be useful,
12   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * but WITHOUT ANY WARRANTY; without even the implied warranty of
13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   * GNU General Public License for more details.   * GNU General Public License for more details.
15   *   *
16   * You should have received a copy of the GNU General Public License   * You should have received a copy of the GNU General Public License
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    
23  /* Application name */  #ifdef WINPT_MODERN_BUILD
24  #define PGM_NAME "WinPT"  
25    #define PGM_NAME PACKAGE_NAME
26  /* Application version */  #define PGM_VERSION PACKAGE_VERSION
27  #define PGM_VERSION "0.10.2-gpgme"  #define PGM_DATE "(xxxx?-x?-x?)"  /* FIXME */
28  #define PGM_DATE "(2005-09-21)"  
29    #else
30  /* Package version string */  /* Application name */
31  #define PACKAGE_VERSION "Version: "PGM_VERSION" "PGM_DATE  #define PGM_NAME "WinPT"
32    
33  /*-- WinPT.cpp --*/  /* Application version */
34  extern HINSTANCE glob_hinst;    /* Global HINSTANCE for tray window */  #define PGM_VERSION "0.10.3-beta"
35  extern HWND glob_hwnd;          /* Global HWND for tray window */  #define PGM_DATE "(2005-10-25)"
36  extern HWND activ_hwnd;         /* Active window HWND (dialog) */  
37  extern int debug;               /* Global debug mode */  /* Package version string */
38  extern int mobile;              /* Mobile mode activated? */  #define PACKAGE_VERSION "Version: "PGM_VERSION" "PGM_DATE
39  extern int scard_support;       /* Smartcard support available? */  #endif
40  extern int gpg_read_only;       /* GPG read-only keyring access? */  
41    /*-- WinPT.cpp --*/
42  extern LOCK mo_file;  extern HINSTANCE glob_hinst;    /* Global HINSTANCE for tray window */
43  extern char gpgver[];           /* Contains gpg version (3 bytes) */  extern HWND glob_hwnd;          /* Global HWND for tray window */
44    extern HWND activ_hwnd;         /* Active window HWND (dialog) */
45  /* Privacy Tray Dynamic */  extern int debug;               /* Global debug mode */
46  BOOL        PTD_initialize (void);    extern int mobile;              /* Mobile mode activated? */
47  void        PTD_delete (void);  extern int scard_support;       /* Smartcard support available? */
48  const char* PTD_get_version (void);  extern int gpg_read_only;       /* GPG read-only keyring access? */
49  int         PTD_jpg_show (HWND, POINT*, LPCSTR);  
50    extern LOCK mo_file;
51  /*-- wptMainProc.cpp --*/  extern char gpgver[];           /* Contains gpg version (3 bytes) */
52  LRESULT CALLBACK winpt_main_proc (HWND hwnd, UINT msg, WPARAM wparam,  
53                                    LPARAM lparam); /* Global main procedure */  /* Privacy Tray Dynamic */
54    BOOL        PTD_initialize (void);  
55  #endif /* WPT_VERSION_H */  void        PTD_delete (void);
56    const char* PTD_get_version (void);
57    int         PTD_jpg_show (HWND, POINT*, LPCSTR);
58    
59    /*-- wptMainProc.cpp --*/
60    LRESULT CALLBACK winpt_main_proc (HWND hwnd, UINT msg, WPARAM wparam,
61                                      LPARAM lparam); /* Global main procedure */
62    
63    #endif /* WPT_VERSION_H */

Legend:
Removed from v.23  
changed lines
  Added in v.37

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26