~ubuntu-branches/ubuntu/jaunty/nspr/jaunty-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/pratom.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-05-18 12:29:43 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100518122943-y1nr2oy8jrw1fg04
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
**    the macros and functions won't be compatible and can't be used
111
111
**    interchangeably.
112
112
*/
113
 
#if defined(_WIN32) && (_MSC_VER >= 1310)
 
113
#if defined(_WIN32) && !defined(_WIN32_WCE) && (_MSC_VER >= 1310)
114
114
 
115
115
long __cdecl _InterlockedIncrement(long volatile *Addend);
116
116
#pragma intrinsic(_InterlockedIncrement)