]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Renamed fg_types.hxx -> sg_types.hxx
[simgear.git] / simgear / compiler.h
index dbd206584454f90515ee4ea8fdea2e4ebd14fee1..1cad5dfbf1e1cb0cda124ea0df4c4f704fb80701 100644 (file)
 #  define bcopy(from, to, n) memcpy(to, from, n)
 
 // -rp- please use FG_MEM_COPY everywhere !
-#  define FG_MEM_COPY(to,from,n) memcpy(to, from, n)
+// #define FG_MEM_COPY(to,from,n) memcpy(to, from, n)
 
 // -dw- currently used glut has no game mode stuff
 #  define GLUT_WRONG_VERSION