]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Fix for bug #78: Thanks to ggn for reporting and supplying the patch.
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 337096d1ae61d1fafa8922c1ff5c445b951c459c..fdc36ea72a38bddf7a8fb483a42a4a4b02d2facb 100644 (file)
--- a/rmac.h
+++ b/rmac.h
@@ -47,6 +47,7 @@
        //this is probably going to explode spectacularly. Let's wait for the fireworks!
        #define DO_PRAGMA(x) _Pragma (#x)
        #define WARNING(desc) DO_PRAGMA(message (#desc))
+       #define inline __inline
 
        #endif