mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
e5c0c7185e
svn path=/trunk/; revision=2456
7 lines
216 B
C
7 lines
216 B
C
/* Systems having sys/param.h should not include this file */
|
|
|
|
#ifdef HAVE_PARAM_H
|
|
#error Remove this file if you have real sys/param.h
|
|
#else
|
|
/* FIXME: We should warn, that this file should not be included */
|
|
#endif
|