MCPcopy Create free account
hub / github.com/WinMerge/winmerge / error

Function error

Src/MergeApp.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int error(const String& msg, int type)
108{
109 return detail::convert_resp(AfxMessageBox(msg.c_str(), detail::convert_to_winflags(type) | MB_ICONSTOP));
110}
111
112int warning(const String& msg, int type)
113{

Callers 1

AppErrorMessageBoxFunction · 0.70

Calls 2

convert_respFunction · 0.85
convert_to_winflagsFunction · 0.85

Tested by

no test coverage detected