in the windows build.
SVN-Revision: 272
* - SGI MIPSpro
* - Microsoft Visual C++ 6.0 (supposedly newer versions too)
*/
-#if defined(__WATCOMC__) || defined(__sgi) || defined(_MSC_VER)
+#if defined(__WATCOMC__) || defined(__sgi)
#define inline
+#elif defined(_MSC_VER)
+#define inline __inline
#endif
/* Alignment-agnostic encode/decode bytestream to/from little/big endian. */
/>\r
<Tool\r
Name="VCCLCompilerTool"\r
+ InlineFunctionExpansion="1"\r
AdditionalIncludeDirectories=""\r
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;PLATFORM_CONFIG_H="\"config_windows.h\"""\r
RuntimeLibrary="2"\r
RelativePath="..\..\libarchive\archive_write_set_format_cpio_newc.c"\r
>\r
</File>\r
+ <File\r
+ RelativePath="..\..\libarchive\archive_write_set_format_mtree.c"\r
+ >\r
+ </File>\r
<File\r
RelativePath="..\..\libarchive\archive_write_set_format_pax.c"\r
>\r