mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Tweak to TextInputTarget. Code clean-ups. Jucer development.
This commit is contained in:
parent
27d1d9a9d9
commit
7ed446b5fd
53 changed files with 1019 additions and 909 deletions
|
|
@ -163,14 +163,14 @@ void SystemStats::initialiseStats() throw()
|
|||
|
||||
String s (SystemStats::getJUCEVersion());
|
||||
|
||||
#ifdef JUCE_DEBUG
|
||||
#if JUCE_DEBUG
|
||||
const MMRESULT res = timeBeginPeriod (1);
|
||||
jassert (res == TIMERR_NOERROR);
|
||||
#else
|
||||
timeBeginPeriod (1);
|
||||
#endif
|
||||
|
||||
#if defined (JUCE_DEBUG) && JUCE_MSVC && JUCE_CHECK_MEMORY_LEAKS
|
||||
#if JUCE_DEBUG && JUCE_MSVC && JUCE_CHECK_MEMORY_LEAKS
|
||||
_CrtSetDbgFlag (_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue