1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
This commit is contained in:
jules 2008-08-01 13:11:58 +00:00
parent d0e58c41b0
commit d451265c05

View file

@ -243777,10 +243777,10 @@ 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!
*/
/********* Start of inlined file: juce_posix_SharedCode.cpp *********/
/********* Start of inlined file: juce_posix_SharedCode.h *********/
/*
This file contains posix routines that are common to both the Linux and Mac builds.
@ -244190,7 +244190,7 @@ void InterProcessLock::exit() throw()
}
}
}
/********* End of inlined file: juce_posix_SharedCode.cpp *********/
/********* End of inlined file: juce_posix_SharedCode.h *********/
static File executableFile;
@ -245470,7 +245470,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
@ -251475,10 +251475,10 @@ 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!
*/
/********* Start of inlined file: juce_posix_SharedCode.cpp *********/
/********* Start of inlined file: juce_posix_SharedCode.h *********/
/*
This file contains posix routines that are common to both the Linux and Mac builds.
@ -251888,7 +251888,7 @@ void InterProcessLock::exit() throw()
}
}
}
/********* End of inlined file: juce_posix_SharedCode.cpp *********/
/********* End of inlined file: juce_posix_SharedCode.h *********/
static File executableFile;
@ -253149,7 +253149,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!
*/
void JUCE_API juce_threadEntryPoint (void*);