Add haiku-specific functions.
This commit is contained in:
parent
887c0bb61a
commit
2028576504
9 changed files with 188 additions and 2 deletions
|
@ -14,6 +14,8 @@
|
|||
#include "windows/getroot.c"
|
||||
#elif defined(__AROS__)
|
||||
#include "aros/getroot.c"
|
||||
#elif defined (__HAIKU__)
|
||||
#include "haiku/getroot.c"
|
||||
#else
|
||||
# warning "No getroot OS-specific functions is available for your system. Device detection may not work properly."
|
||||
#include "basic/getroot.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue