1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/nt/inc/sys/param.h
2011-01-15 15:16:57 -08:00

11 lines
143 B
C

#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_ */