1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Some win32 clean-ups.

This commit is contained in:
Julian Storer 2010-05-10 11:16:00 +01:00
parent 6fd0c918d9
commit 42666db484
28 changed files with 1465 additions and 1475 deletions

View file

@ -23,13 +23,13 @@
==============================================================================
*/
#ifdef _MSC_VER
#pragma warning (disable: 4514)
#pragma warning (push)
#endif
#include "juce_StandardHeader.h"
#if JUCE_MSVC
#pragma warning (push)
#pragma warning (disable: 4514)
#endif
#ifndef JUCE_WINDOWS
#include <sys/time.h>
#else
@ -38,15 +38,7 @@
#include <sys/timeb.h>
BEGIN_JUCE_NAMESPACE
#include "juce_Time.h"
#include "../threads/juce_Thread.h"
#include "../containers/juce_MemoryBlock.h"
#include "../text/juce_LocalisedStrings.h"
#ifdef _MSC_VER
#if JUCE_MSVC
#pragma warning (pop)
#ifdef _INC_TIME_INL
@ -54,6 +46,13 @@ BEGIN_JUCE_NAMESPACE
#endif
#endif
BEGIN_JUCE_NAMESPACE
#include "juce_Time.h"
#include "../threads/juce_Thread.h"
#include "../containers/juce_MemoryBlock.h"
#include "../text/juce_LocalisedStrings.h"
//==============================================================================
namespace TimeHelpers
{