mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
mntent.h should only be used on linux, not os x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3de61b4c44
commit
84b865afa6
1 changed files with 3 additions and 1 deletions
|
|
@ -21,9 +21,11 @@
|
|||
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MACX)
|
||||
#include <stdio.h>
|
||||
#include <mntent.h>
|
||||
#include <usb.h>
|
||||
#endif
|
||||
#if defined(Q_OS_LINUX)
|
||||
#include <mntent.h>
|
||||
#endif
|
||||
#if defined(Q_OS_WIN32)
|
||||
#if defined(UNICODE)
|
||||
#define _UNICODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue