~ubuntu-branches/debian/squeeze/putty/squeeze

« back to all changes in this revision

Viewing changes to windows/rcstuff.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-05-28 09:28:32 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080528092832-88epkb3d4s1zsw61
Tags: 0.60-3
* Move putty to Applications/Network/Communication menu sub-section.
* Use dh_desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define RT_MANIFEST 24
31
31
#endif
32
32
 
 
33
/* LCC is the offender here. */
 
34
#ifndef VS_FF_DEBUG
 
35
#define VS_FF_DEBUG        1
 
36
#endif
 
37
#ifndef VS_FF_PRERELEASE
 
38
#define VS_FF_PRERELEASE   2
 
39
#endif
 
40
#ifndef VS_FF_PRIVATEBUILD
 
41
#define VS_FF_PRIVATEBUILD 8
 
42
#endif
 
43
#ifndef VOS__WINDOWS32
 
44
#define VOS__WINDOWS32     4
 
45
#endif
 
46
#ifndef VFT_APP
 
47
#define VFT_APP            1
 
48
#endif
 
49
 
33
50
#endif /* PUTTY_RCSTUFF_H */