Displaying 1 result from an estimated 1 matches for "flac__test_libflac_metadata_utils_h".
2007 Apr 16
0
Patch : Fix includes
...ls.h 2 Feb 2007 06:58:21 -0000 1.4
+++ include/test_libs_common/metadata_utils.h 16 Apr 2007 10:23:37 -0000
@@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef FLAC__TEST_LIBFLAC_METADATA_H
-#define FLAC__TEST_LIBFLAC_METADATA_H
+#ifndef FLAC__TEST_LIBFLAC_METADATA_UTILS_H
+#define FLAC__TEST_LIBFLAC_METADATA_UTILS_H
/*
* These are not tests, just utility functions used by the metadata tests
diff -u -r1.7 metadata.h
--- src/test_libFLAC/metadata.h 2 Feb 2007 06:58:24 -0000 1.7
+++ src/test_libFLAC/metadata.h 16 Apr 2007 10:24:34 -0000
@@ -22,5 +22,7 @@
#include...