You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
266 B

  1. --- a/3rdparty/libjasper/jas_stream.c
  2. +++ b/3rdparty/libjasper/jas_stream.c
  3. @@ -86,6 +86,10 @@
  4. #include <io.h>
  5. #endif
  6. +#ifndef L_tmpnam
  7. +#define L_tmpnam 20
  8. +#endif
  9. +
  10. #include "jasper/jas_types.h"
  11. #include "jasper/jas_stream.h"
  12. #include "jasper/jas_malloc.h"