fixes for windows build

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@286 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-07-05 12:05:59 +00:00
parent e017a7324d
commit 55c64eb607
2 changed files with 1 additions and 10 deletions

View File

@ -717,15 +717,6 @@ EXPORT int mpg123_replace_buffer(mpg123_handle *mh, unsigned char *data, size_t
* Use that to determine an appropriate minimum buffer size for decoding one frame. */
EXPORT size_t mpg123_outblock(mpg123_handle *mh);
/** Replace low-level stream access functions; read and lseek as known in POSIX.
* You can use this to make any fancy file opening/closing yourself,
* using open_fd to set the file descriptor for your read/lseek (doesn't need to be a "real" file descriptor...).
* Setting a function to NULL means that the default internal read is
* used (active from next mpg123_open call on). */
EXPORT int mpg123_replace_reader( mpg123_handle *mh,
ssize_t (*r_read) (int, void *, size_t),
off_t (*r_lseek)(int, off_t, int) );
/* @} */

View File

@ -60,7 +60,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="../ext_libs/libvorbis.lib"
AdditionalDependencies="../ext_libs/libvorbis.lib ../ext_libs/libmpg123-0.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"