mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@914 72102866-910b-0410-8b05-ffd578937521
13 lines
170 B
C
13 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
|