< 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,11 +297,11 @@
 
   return res;
 }
 
 /***************************************************************/
-mlib_status mlib_ImageAffine(mlib_image       *dst,
+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 >