Changeset 35647 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jan 20, 2011 11:35:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/iprt.h
r29250 r35647 40 40 && !defined(RT_NO_EXPORT_SYMBOL) 41 41 # define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */ 42 # ifndef AUTOCONF_INCLUDED 43 # include <linux/autoconf.h> 42 # include <linux/version.h> 43 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30) 44 # include <generated/autoconf.h> 45 # else 46 # ifndef AUTOCONF_INCLUDED 47 # include <linux/autoconf.h> 48 # endif 44 49 # endif 45 50 # if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS) 46 # include <linux/version.h>47 51 # define MODVERSIONS 48 52 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 71)
Note:
See TracChangeset
for help on using the changeset viewer.