Mercurial > emacs
view nt/inc/sys/param.h @ 89767:ae8583bf8cd3
New file.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 27 Jan 2004 12:49:05 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
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_ */