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

22 lines
285 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
2016-06-15 18:43:10 +12:00
TW_HANDLE GLOBAL_LOCK(TW_HANDLE S) {
HLock(S);
return (TW_HANDLE)*S;
2016-03-19 06:57:51 +13:00
}
2016-06-15 18:43:10 +12:00
int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly) {
return 0;
2016-03-19 06:57:51 +13:00
}
#ifdef __cplusplus
}
#endif