NumeRe
v1.1.4
NumeRe: Framework für Numerische Rechnungen
winmesgbeep.cpp
Go to the documentation of this file.
1
#include <windows.h>
2
/*
3
#ifdef _DEBUG
4
#define new DEBUG_NEW
5
#endif
6
*/
7
//
8
// WinMessageBeep() - This function simply calls MessageBeep.
9
// It exists (and is in a separate file) so that we don't have
10
// to include windows.h in the wxWindows code.
11
//
12
void
13
WinMessageBeep
()
14
{
15
MessageBeep(MB_ICONEXCLAMATION);
16
}
17
WinMessageBeep
void WinMessageBeep()
Definition:
winmesgbeep.cpp:13
gui
terminal
winmesgbeep.cpp
Generated by
1.9.3