Compare commits

...

3 commits

Author SHA1 Message Date
wuggy
77223e1f58 Dactyloidae version 13.3 initial commit 2026-07-11 21:52:08 +01:00
wuggy
786d6395a5 Remove the damn shim, causing issues and I will fix it later (13.3 plan) 2026-07-11 18:51:29 +01:00
wuggy
eb44d861c0 Update PM useragent 2026-07-11 15:49:07 +01:00
4 changed files with 3 additions and 11 deletions

View file

@ -9,7 +9,7 @@
#define GK_SLICE Gecko/20100101
#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@
// %OS_SLICE% macro is resolved at runtime, see MoonchildProductions/UXP/issues/1473

View file

@ -1 +1 @@
52.13.2
52.13.3

View file

@ -1 +1 @@
13.2
13.3

View file

@ -9,14 +9,6 @@
#include "secerr.h"
#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
*/