~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/md/prosdep.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#ifdef WINNT
52
52
#include "md/_winnt.h"
53
53
#include "md/_win32_errors.h"
54
 
#elif defined(WIN95)
 
54
#elif defined(WIN95) || defined(WINCE)
55
55
#include "md/_win95.h"
56
56
#include "md/_win32_errors.h"
57
 
#elif defined(WIN16)
58
 
#include "md/_win16.h"
59
57
#elif defined(OS2)
60
58
#include "md/_os2.h"
61
59
#include "md/_os2_errors.h"
63
61
#error unknown Windows platform
64
62
#endif
65
63
 
66
 
#elif defined XP_MAC
67
 
 
68
 
#include "_macos.h"
69
 
 
70
64
#elif defined(XP_UNIX)
71
65
 
72
66
#if defined(AIX)
132
126
#elif defined(QNX)
133
127
#include "md/_qnx.h"
134
128
 
135
 
#elif defined(VMS)
136
 
#include "md/_openvms.h"
137
 
 
138
129
#elif defined(NTO)
139
130
#include "md/_nto.h"
140
131