ISADMA moved out to a module
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / export.c
index 83a1c7a..d69c6d2 100644 (file)
@@ -6,11 +6,11 @@
 
 #define _STR(x)        #x
 #define STR(x) _STR(x)
-#define EXP(sym)       {(Uint)&sym, STR(sym)}
+#define EXP(sym)       {&sym, STR(sym)}
 
 // === CONSTANTS ===
 const struct {
-       Uint    Value;
+       void    *Value;
        char    *Name;
 }      caLocalExports[] = {
        EXP(gLoadedLibraries),

UCC git Repository :: git.ucc.asn.au