Home
last modified time | relevance | path

Searched defs:PLATFORM_ASSERT (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/include/
H A DPlatform.h572 #define PLATFORM_ASSERT(c) ((void)0) macro
574 #define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Scintilla::Platform::Assert(#c, __FILE__, __LINE__)) macro