]> git.sesse.net Git - vlc/blobdiff - extras/Win32_msvc/defs.h
* filters were using memalign but freeing p_data instead of p_data_orig.
[vlc] / extras / Win32_msvc / defs.h
index ffab3290c827b471383bd099d6a51461c9bf07be..a12f41a6859f0a3defc9968b37374c91bcd4e1b5 100755 (executable)
@@ -91,6 +91,9 @@
 /* Maximum supported data alignment */
 #define ATTRIBUTE_ALIGNED_MAX 16
 
+/* iline */
+#define inline __inline
+
 /* Simple version string */
 #define VERSION_MESSAGE "vlc 0.3.1_2002-05-17 Ourumov Copyright 1996-2002 VideoLAN"