Yeah, I've done this with #macros myself before.
This commit is contained in:
@@ -686,9 +686,9 @@ int URLRageFile_read( avcodec::URLContext *h, unsigned char *buf, int size )
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(MACOSX)
|
#if defined(MACOSX)
|
||||||
int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size )
|
int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size );
|
||||||
#else
|
#else
|
||||||
int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size )
|
int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size );
|
||||||
#end
|
#end
|
||||||
{
|
{
|
||||||
RageFileBasic *f = (RageFileBasic *) h->priv_data;
|
RageFileBasic *f = (RageFileBasic *) h->priv_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user