mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
at compiletime, with an explanatory error message. Previously they would only get a warning. These files will be finally removed 2001-01-15
4 lines
129 B
C
4 lines
129 B
C
/* $FreeBSD$ */
|
|
#if __GNUC__
|
|
#error "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"
|
|
#endif
|