]> git.sur5r.net Git - openldap/blob - libraries/msdos/winsock/ltest/ltest.rc
Allow using real db1 on glibc 2.1 instead of the db1 compatiblity in db2.
[openldap] / libraries / msdos / winsock / ltest / ltest.rc
1 #include <windows.h>
2 #include "console.h"
3
4
5 CONSOLE MENU
6   BEGIN
7     POPUP  "&File"
8       BEGIN
9         MENUITEM "&Open LDAP", IDM_F_OPENLDAP
10         MENUITEM SEPARATOR
11         MENUITEM "E&xit\tAlt+F4", IDM_F_EXIT
12       END
13  END
14
15                
16 CONSOLE ACCELERATORS
17   BEGIN
18     VK_F12, IDM_F_OPENLDAP, VIRTKEY, CONTROL
19     VK_F4, IDM_F_EXIT, ALT, VIRTKEY
20   END
21
22 #include "inpdlg.dlg"