2
0
Evgeny Grin (Karlson2k) 5 жил өмнө
parent
commit
74ccb7ae9d

+ 1 - 1
src/microhttpd/memorypool.c

@@ -68,7 +68,7 @@
 #if defined(PAGE_SIZE)
 #define MHD_DEF_PAGE_SIZE_ PAGE_SIZE
 #elif defined(PAGESIZE)
-#define MHD_DEF_PAGE_SIZE_ PAGE_SIZE
+#define MHD_DEF_PAGE_SIZE_ PAGESIZE
 #else  /* ! PAGESIZE */
 #define MHD_DEF_PAGE_SIZE_ (4096)
 #endif /* ! PAGESIZE */