Delete broken RTL atomic functions
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 35s
Builds / ExectOS (amd64, debug) (push) Successful in 42s
Builds / ExectOS (amd64, release) (push) Successful in 37s
Builds / ExectOS (i686, debug) (push) Successful in 42s

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
{