]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index afaf8ecc4adab8f4af1b74b73413bc7aef819927..278c7982fa8f545e0aacd8b61ae361c821783f8a 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -37,7 +37,7 @@ typedef HMODULE dllhandle_t;
   typedef void* dllhandle_t;
 #endif
 
-typedef struct
+typedef struct dllfunction_s
 {
        const char *name;
        void **funcvariable;