Browse Source

ifdef unistd

release/v0.1
jl777 8 years ago
parent
commit
d5975af458
  1. 4
      crypto777/jpeg/unix/jmemname.c

4
crypto777/jpeg/unix/jmemname.c

@ -11,7 +11,9 @@
* Also, the problem of determining the amount of memory available
* is shoved onto the user.
*/
//#include <unistd.h>
#ifndef WIN32
#include <unistd.h>
#endif
#define JPEG_INTERNALS
#include "../jinclude.h"

Loading…
Cancel
Save