Add haiku-specific functions.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 16:39:38 +02:00
parent 887c0bb61a
commit 2028576504
9 changed files with 188 additions and 2 deletions

View file

@ -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"