Basic XT structures
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-07-29 16:31:59 +02:00
parent 0fb2c6875a
commit 35f2c67138
6 changed files with 97 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTDK_XTBASE_H
#define __XTDK_XTBASE_H
#ifndef __XTDK_XTDEFS_H
#define __XTDK_XTDEFS_H
/* Routines and arguments modifiers */
@@ -82,4 +82,4 @@ typedef __builtin_va_list VA_LIST;
#define UlongToHandle(Var) ((HANDLE)(ULONG_PTR)Var)
#define UlongToPtr(Var) ((PVOID)(ULONG_PTR)Var)
#endif /* __XTDK_XTBASE_H */
#endif /* __XTDK_XTDEFS_H */