From afb57783942238da489de6677941ecc64f9d8929 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 21 Jun 2024 19:37:57 +0200 Subject: newstd.hxx: Add types. Signed-off-by: Amlal EL Mahrouss --- Comm/newstd.hxx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Comm/newstd.hxx b/Comm/newstd.hxx index 91fa3788..913d2a28 100644 --- a/Comm/newstd.hxx +++ b/Comm/newstd.hxx @@ -26,8 +26,18 @@ typedef void(*NWindowCallback)(NWindow*); typedef int NOSType; typedef bool NOSBool; +typedef __UINT64_TYPE__ UInt64; +typedef __UINT32_TYPE__ UInt32; +typedef __UINT16_TYPE__ UInt16; +typedef __UINT8_TYPE__ UInt8; + +typedef __INT64_TYPE__ SInt64; +typedef __INT32_TYPE__ SInt32; +typedef __INT16_TYPE__ SInt16; +typedef __INT8_TYPE__ SInt8; + /** -@brief This contains has standard application functions. + @brief Standard library class. */ class NUser final { -- cgit v1.2.3