Windows: change buf_Find*() signature to accept cm_fid_t
[openafs.git] / src / WINNT / afsd / afsd.rc
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include "windows.h"
11 #include "afsdicon.h"
12
13 AFSDMenu MENU
14 BEGIN
15         POPUP    "&Help"
16         BEGIN
17                 MENUITEM "&Contents", IDM_HELP
18         END
19 END
20
21 AFSDIcon        ICON    OpenAFS.ico
22 /* Define VERSIONINFO resource */
23
24 #define  AFS_VERINFO_FILE_DESCRIPTION "AFS Client Driver Application"
25 #define AFS_VERINFO_NAME "afsd"
26 #define AFS_VERINFO_FILENAME "afsd.exe"
27
28 #include "AFS_component_version_number.h"
29 #include "..\..\config\NTVersioninfo.rc"