~ubuntu-branches/ubuntu/oneiric/enigmail/oneiric-proposed

« back to all changes in this revision

Viewing changes to extensions/enigmail/src/enigmail.h

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-12-29 12:20:55 UTC
  • mfrom: (0.12.7)
  • Revision ID: package-import@ubuntu.com-20111229122055-kv6t6y3mkkud7a5t
Tags: 2:1.3.4-0ubuntu0.11.10.1
New upstream release v1.3.4 (LP: #909599)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
#define ENIG_GET_THREAD(myThread) NS_GetCurrentThread(getter_AddRefs(myThread))
43
43
 
 
44
#else
 
45
 
 
46
#define ENIG_GET_THREAD(myThread)
 
47
 
 
48
#endif // FORCE_PR_LOG
 
49
 
 
50
#if MOZILLA_MAJOR_VERSION > 9
 
51
 
 
52
#define EMBool bool
 
53
 
 
54
#else
 
55
 
 
56
#define EMBool PRBool
 
57
 
44
58
#endif
45
59
#endif