mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Remove the damn shim, causing issues and I will fix it later (13.3 plan)
This commit is contained in:
parent
eb44d861c0
commit
786d6395a5
1 changed files with 0 additions and 8 deletions
|
|
@ -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