Delete broken RTL atomic functions

This commit is contained in:
2026-06-23 14:21:50 +02:00
parent d10b2cc2a1
commit 19a1b11236
4 changed files with 3 additions and 149 deletions

View File

@@ -156,13 +156,6 @@ typedef LPCUWSTR PCUTSTR, LPCUTSTR;
/* Variadic ABI types */
typedef __builtin_va_list VA_LIST, *PVA_LIST;
/* Double ULONG_PTR structure */
typedef struct _DOUBLE_ULONG_PTR
{
ULONG_PTR LowPart;
ULONG_PTR HighPart;
} DOUBLE_ULONG_PTR, *PDOUBLE_ULONG_PTR;
/* 128-bit floats structure */
typedef struct _FLOAT128
{