]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jerror.c
relinquish the mouse capture when a dialog is about to be made modal to ensure that...
[wxWidgets.git] / src / jpeg / jerror.c
index 3da7be86a00f989d0f7a8094d4619f4d305b6c45..660c4a6dd810993e8f0ba81611a04785881a77dc 100644 (file)
@@ -161,7 +161,7 @@ format_message (j_common_ptr cinfo, char * buffer)
   const char * msgtext = NULL;
   const char * msgptr;
   char ch;
-  boolean isstring;
+  wxjpeg_boolean isstring;
 
   /* Look up message string in proper table */
   if (msg_code > 0 && msg_code <= err->last_jpeg_message) {