mirror of
https://github.com/lovell/sharp.git
synced 2026-02-08 07:36:16 +01:00
Use FreeCallback to support mixed Windows runtime libs #152
This commit is contained in:
5
src/common.h
Executable file → Normal file
5
src/common.h
Executable file → Normal file
@@ -80,6 +80,11 @@ namespace sharp {
|
||||
*/
|
||||
int InterpolatorWindowSize(char const *name);
|
||||
|
||||
/*
|
||||
Called when a Buffer undergoes GC, required to support mixed runtime libraries in Windows
|
||||
*/
|
||||
void FreeCallback(char* data, void* hint);
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
#endif // SRC_COMMON_H_
|
||||
|
||||
Reference in New Issue
Block a user