mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: rudimentary css highlighting support, PGSQL: support for hex blobs
git-svn-id: svn://ultimatepp.org/upp/trunk@5078 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6372241578
commit
0a14488501
7 changed files with 48 additions and 10 deletions
|
|
@ -219,8 +219,11 @@ void WakeUpGuiThread()
|
|||
::PostThreadMessage(sMainThreadId, WM_NULL, 0, 0);
|
||||
}
|
||||
|
||||
void AvoidPaintingCheck__();
|
||||
|
||||
static void Win32PanicMessageBox(const char *title, const char *text)
|
||||
{
|
||||
AvoidPaintingCheck__();
|
||||
#ifdef PLATFORM_WINCE
|
||||
static wchar wtext[256], wtitle[256];
|
||||
ToUnicode(wtext, text, strlen(text), CHARSET_DEFAULT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue