mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
parent
762a5bb0f9
commit
d0e58c41b0
5 changed files with 842 additions and 842 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
|
@ -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!
|
||||
*/
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue