diff options
Diffstat (limited to 'src/windows')
| -rw-r--r-- | src/windows/version.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/windows/version.rc b/src/windows/version.rc index 810d800f6..d2c341d37 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -119,6 +119,13 @@ #endif #endif /* CCAPI_LIB */ +#ifdef CCAPISERVER_APP +#define K5_DESCRIPTION "Kerberos Credentials Cache API Server\0" +#define K5_FILETYPE VFT_APP +#define K5_INTERNAL_NAME "CCAPISERVER\0" +#define K5_ORIGINAL_NAME "ccapiserver.exe\0" +#endif /* CCAPISERVER_APP */ + #ifdef LEASH_APP #define K5_DESCRIPTION "MIT Kerberos Ticket Manager - " KRB5_PRODUCTNAME_STR "\0" #define K5_FILETYPE VFT_APP |
