mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Compare commits
3 commits
e0cfbf239a
...
77223e1f58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77223e1f58 | ||
|
|
786d6395a5 | ||
|
|
eb44d861c0 |
4 changed files with 3 additions and 11 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#define GK_SLICE Gecko/20100101
|
#define GK_SLICE Gecko/20100101
|
||||||
#define FX_SLICE Firefox/@GK_VERSION@
|
#define FX_SLICE Firefox/@GK_VERSION@
|
||||||
|
|
||||||
#define PALE_MOON_VERSION 34.2.0
|
#define PALE_MOON_VERSION 34.3.1
|
||||||
#define PALE_MOON_SLICE PaleMoon/@PALE_MOON_VERSION@
|
#define PALE_MOON_SLICE PaleMoon/@PALE_MOON_VERSION@
|
||||||
|
|
||||||
// %OS_SLICE% macro is resolved at runtime, see MoonchildProductions/UXP/issues/1473
|
// %OS_SLICE% macro is resolved at runtime, see MoonchildProductions/UXP/issues/1473
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
52.13.2
|
52.13.3
|
||||||
|
|
@ -1 +1 @@
|
||||||
13.2
|
13.3
|
||||||
|
|
@ -9,14 +9,6 @@
|
||||||
#include "secerr.h"
|
#include "secerr.h"
|
||||||
#include "secasn1.h" /* for SEC_ASN1GetSubtemplate */
|
#include "secasn1.h" /* for SEC_ASN1GetSubtemplate */
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(_WIN64)
|
|
||||||
static __inline void* Win2000_EncodePointer(void* p) { return p; }
|
|
||||||
static __inline void* Win2000_DecodePointer(void* p) { return p; }
|
|
||||||
|
|
||||||
#define EncodePointer(p) Win2000_EncodePointer(p)
|
|
||||||
#define DecodePointer(p) Win2000_DecodePointer(p)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* simple definite-length ASN.1 decoder
|
* simple definite-length ASN.1 decoder
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue