diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-24 10:35:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-24 10:35:32 +0100 |
| commit | 40498554aa642ac0dbf4ce021df5bbceda5b61e4 (patch) | |
| tree | 2e420ce84f34ce9bbc418bde0e6e07fb2f35f774 /public/frameworks/CoreFoundation.fwrk/headers/Foundation.h | |
| parent | 989092c04649ff07bbb552b2ccc7c9f44569b75c (diff) | |
feat: __CF_64BIT__ macro for CoreFoundation.fwrk.
refactor! Semaphore API breaking changes in the new 'SemaphoreArr' type.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/frameworks/CoreFoundation.fwrk/headers/Foundation.h')
| -rw-r--r-- | public/frameworks/CoreFoundation.fwrk/headers/Foundation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h index 500ad544..8396a3e8 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h @@ -25,7 +25,7 @@ struct CFPoint; struct CFRect; struct CFColor; -#ifndef __LP64__ +#ifndef __CF_64BIT__ typedef SInt32 CFInteger; typedef float CFReal; #else |
