Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
d0e58c41b0
5 changed files with 842 additions and 842 deletions
  1. +3
    -3
      build/linux/platform_specific_code/juce_linux_Files.cpp
  2. +1
    -1
      build/linux/platform_specific_code/juce_linux_Threads.cpp
  3. +837
    -837
      build/macosx/platform_specific_code/juce_mac_Files.cpp
  4. +1
    -1
      build/macosx/platform_specific_code/juce_mac_Threads.cpp
  5. +0
    -0
      build/macosx/platform_specific_code/juce_posix_SharedCode.h

+ 3
- 3
build/linux/platform_specific_code/juce_linux_Files.cpp 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()
{


+ 1
- 1
build/linux/platform_specific_code/juce_linux_Threads.cpp 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


+ 837
- 837
build/macosx/platform_specific_code/juce_mac_Files.cpp
File diff suppressed because it is too large
View File


+ 1
- 1
build/macosx/platform_specific_code/juce_mac_Threads.cpp 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!
*/

//==============================================================================


build/macosx/platform_specific_code/juce_posix_SharedCode.cpp → build/macosx/platform_specific_code/juce_posix_SharedCode.h View File


Loading…
Cancel
Save