Mercurial > hg > xemacs-beta
view nt/inc/sys/param.h @ 364:63c3368d1275
Added tag r21-1-11 for changeset 972bbb6d6ca2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:30 +0200 |
parents | 7d55a9ba150c |
children |
line wrap: on
line source
#ifndef _PARAM_H_ #define _PARAM_H_ /* * sys\param.h doesn't exist on NT, so we'll make one. */ #define NBPG 4096 #endif /* _PARAM_H_ */