mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom
This commit is contained in:
parent
ccf9e5f54b
commit
df94ccb22c
40 changed files with 27 additions and 2812 deletions
|
|
@ -28,7 +28,7 @@ private:
|
|||
protected:
|
||||
|
||||
mozilla::Mutex mLock;
|
||||
#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(HAVE_ARC4RANDOM)
|
||||
#if !defined(XP_WIN) && !defined(HAVE_ARC4RANDOM)
|
||||
char mState[128];
|
||||
char* mSavedState;
|
||||
uint8_t mRBytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue