Skip to content
Snippets Groups Projects
Commit 3e6d8419 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 45a63261
No related branches found
No related tags found
No related merge requests found
......@@ -157,11 +157,11 @@ typedef short INT16;
/* INT32 must hold at least signed 32-bit values. */
#ifndef WIN32
//#ifndef WIN32//geuz
#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
typedef long INT32;
#endif
#endif
//#endif//geuz
/* Datatype used for image dimensions. The JPEG standard only supports
* images up to 64K*64K due to 16-bit fields in SOF markers. Therefore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment