Skip to content

Commit d8f1191

Browse files
committed
another conditional compilation depending on NEW_HOST_WRAPPER
1 parent 65f5eb8 commit d8f1191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/sonivoxrender.c

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ EAS_DATA_HANDLE mEASDataHandle = NULL;
3838
const S_EAS_LIB_CONFIG *mEASConfig = NULL;
3939
char sLibrary_version[16];
4040

41+
#ifndef NEW_HOST_WRAPPER
4142
int Read(void *handle, void *buf, int offset, int size)
4243
{
4344
int ret;
@@ -56,6 +57,7 @@ int Size(void *handle) {
5657

5758
return ftell((FILE *) handle);
5859
}
60+
#endif
5961

6062
void initLibraryVersion()
6163
{

0 commit comments

Comments
 (0)