|
|
@@ -63,9 +63,9 @@ BEGIN_JUCE_NAMESPACE |
|
|
|
//==============================================================================
|
|
|
|
/*
|
|
|
|
Note that a lot of methods that you'd expect to find in this file actually
|
|
|
|
live in juce_posix_SharedCode.cpp!
|
|
|
|
live in juce_posix_SharedCode.h!
|
|
|
|
*/
|
|
|
|
#include "../../macosx/platform_specific_code/juce_posix_SharedCode.cpp"
|
|
|
|
#include "../../macosx/platform_specific_code/juce_posix_SharedCode.h"
|
|
|
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
@@ -202,7 +202,7 @@ bool File::isOnRemovableDrive() const throw() |
|
|
|
{
|
|
|
|
jassertfalse // xxx not implemented for linux!
|
|
|
|
return false;
|
|
|
|
} |
|
|
|
}
|
|
|
|
|
|
|
|
bool File::isHidden() const throw()
|
|
|
|
{
|
|
|
|