1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
jules 2008-08-01 13:11:33 +00:00
parent 762a5bb0f9
commit d0e58c41b0
5 changed files with 842 additions and 842 deletions

View file

@ -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()
{

View file

@ -48,7 +48,7 @@ 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!
*/
#ifndef CPU_ISSET

File diff suppressed because it is too large Load diff

View file

@ -48,7 +48,7 @@ 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!
*/
//==============================================================================