We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add35ac commit ff061b5Copy full SHA for ff061b5
lib/imageio_png.c
@@ -33,10 +33,7 @@
33
#include <apr_strings.h>
34
35
#ifdef _WIN32
36
-typedef unsigned char uint8_t;
37
-typedef unsigned short uint16_t;
38
-typedef unsigned int uint32_t;
39
-typedef unsigned long int uint64_t;
+#include <stdint.h>
40
#endif
41
42
#ifndef Z_BEST_SPEED
lib/util.c
@@ -45,10 +45,7 @@
45
46
47
48
49
50
51
52
53
54
const double mapcache_meters_per_unit[MAPCACHE_UNITS_COUNT] = {1.0,6378137.0 * 2.0 * M_PI / 360,0.3048};
0 commit comments