mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 07:09:59 +00:00
Fix linux build
This commit is contained in:
parent
a9f332f2d9
commit
c993e99e00
2 changed files with 10 additions and 9 deletions
|
@ -8,12 +8,11 @@
|
|||
typedef long ssize_t;
|
||||
#pragma comment( lib, "libsndfile-1.lib" )
|
||||
#pragma comment( lib, "libmpg123.lib" )
|
||||
#else
|
||||
#include "crossplatform.h"
|
||||
#endif
|
||||
#include <sndfile.h>
|
||||
#include <mpg123.h>
|
||||
#ifndef _WIN32
|
||||
#include "crossplatform.h"
|
||||
#endif
|
||||
|
||||
class CSndFile : public IDecoder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue