mirror of
https://github.com/voiceip/tinyphone
synced 2026-08-07 02:26:03 -04:00
11 lines
No EOL
296 B
C++
11 lines
No EOL
296 B
C++
#include "StdAfx.h"
|
|
#include "ModelessMessageBox.h"
|
|
|
|
void ModelessMessageBox( HWND hWnd /*= NULL*/, LPCTSTR lpText /*= L""*/, LPCTSTR lpCaption /*= L""*/, UINT uType /*= MB_OK */ )
|
|
{
|
|
_ModelessMessageBox::Show(hWnd /*= NULL*/,
|
|
lpText/* = L""*/,
|
|
lpCaption /*= L""*/,
|
|
uType/* = MB_OK*/
|
|
);
|
|
} |