Changeset 24824 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Nov 20, 2009 2:12:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/iprt.h
r22150 r24824 45 45 # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ 46 46 # include <linux/autoconf.h> 47 # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) 48 # include <linux/version.h> 49 # define MODVERSIONS 50 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 71) 51 # include <linux/modversions.h> 52 # endif 53 # endif 47 54 # include <linux/module.h> 48 55 # undef bool
Note:
See TracChangeset
for help on using the changeset viewer.