mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Posix file-time-setting fix. Warning removal for intel compiler.
This commit is contained in:
parent
eb24745a3f
commit
17040ecd02
10 changed files with 72 additions and 36 deletions
|
|
@ -65,7 +65,7 @@
|
|||
#include "../src/native/windows/juce_win32_NativeIncludes.h"
|
||||
#elif JUCE_LINUX
|
||||
#include "../src/native/linux/juce_linux_NativeIncludes.h"
|
||||
#elif JUCE_MAC || JUCE_IPHONE
|
||||
#elif JUCE_MAC || JUCE_IOS
|
||||
#include "../src/native/mac/juce_mac_NativeIncludes.h"
|
||||
#else
|
||||
#error "Unknown platform!"
|
||||
|
|
@ -405,7 +405,7 @@
|
|||
#include "../src/native/linux/juce_linux_NativeCode.cpp"
|
||||
#endif
|
||||
|
||||
#if JUCE_MAC || JUCE_IPHONE
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
#include "../src/native/mac/juce_mac_NativeCode.mm"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue