mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
14 lines
170 B
C
14 lines
170 B
C
|
|
||
|
/* WIN32 extra config stuff */
|
||
|
|
||
|
//
|
||
|
// WIN32
|
||
|
//
|
||
|
#ifdef WIN32
|
||
|
# include <windows.h>
|
||
|
# ifndef vm_page_size
|
||
|
# define vm_page_size 4096
|
||
|
# endif
|
||
|
# define popen _popen
|
||
|
#endif
|