Commit 8ca8ee9e authored by Makoto Kato's avatar Makoto Kato
Browse files

Bug 472609 - Support Win64 (LLP64 model) for xpcom/ds. r=benjamin

parent befcdcf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public:
  }

private:
  typedef unsigned long PtrBits;
  typedef PRUword PtrBits;

  /** Get the hash pointer (or null if we're not a hash) */
  nsStringHashSet* GetHash()
@@ -155,7 +155,7 @@ public:
  }

private:
  typedef unsigned long PtrBits;
  typedef PRUword PtrBits;

  /** Get the hash pointer (or null if we're not a hash) */
  nsInt32HashSet* GetHash()