blob: a7a0a494c9541a5157b2f434a70fca2cac1eb74f [file] [log] [blame]
/*
*******************************************************************************
*
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
*
*******************************************************************************
* file name: GDIGUISupport.h
*
* created on: 11/06/2001
* created by: Eric R. Mader
*/
#include <windows.h>
#include "GDIGUISupport.h"
void GDIGUISupport::postErrorMessage(const char *message, const char *title)
{
MessageBoxA(NULL, message, title, MB_ICONERROR);
}