tahoma2d/toonz/sources/common/twain/ttwain_utilM.c

24 lines
282 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#include "ttwain_utilPD.h"
#include "ttwain.h"
#ifdef __cplusplus
extern "C" {
#endif
TW_HANDLE GLOBAL_LOCK(TW_HANDLE S)
{
HLock(S);
return (TW_HANDLE)*S;
}
int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly)
{
return 0;
}
#ifdef __cplusplus
}
#endif