< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_ImageAffine.c

Print this page
rev 49542 : 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations

*** 297,307 **** return res; } /***************************************************************/ ! mlib_status mlib_ImageAffine(mlib_image *dst, const mlib_image *src, const mlib_d64 *mtx, mlib_filter filter, mlib_edge edge) { --- 297,307 ---- return res; } /***************************************************************/ ! JNIEXPORT mlib_status JNICALL mlib_ImageAffine(mlib_image *dst, const mlib_image *src, const mlib_d64 *mtx, mlib_filter filter, mlib_edge edge) {
< prev index next >