[ROSTESTS] Add a test for the MB_SERVICE_NOTIFICATION flag of the MessageBox*() APIs.
[reactos.git] / modules / rostests / win32 / user32 / messagebox / messagebox.rc
1
2 #include <windef.h>
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 STRINGTABLE
8 BEGIN
9 IDS_RES_CAPTION "Resource Caption"
10 IDS_RES_MESSAGE "Resource Message"
11 END