Remove the damn shim, causing issues and I will fix it later (13.3 plan)

This commit is contained in:
wuggy 2026-07-11 18:51:24 +01:00
commit 786d6395a5

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
*/