]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
MSVC tweaks.
[simgear.git] / simgear / compiler.h
index b64e8386832aa1f55d3802835b72e6fdb2aae918..bb7e830357782455c2c213c45c670655ba9b7eda 100644 (file)
 #  endif
 #endif
 
+#if defined( __MINGW32__ )
+#  define bcopy(from, to, n) memcpy(to, from, n)
+#  define FG_MEM_COPY(to,from,n) memcpy(to, from, n)
+#endif
+
 /* KAI C++ */
 #if defined(__KCC)