mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
[SETUPAPI] Add dll version info (#6050)
This commit is contained in:
parent
8c3f7b1027
commit
a79bd4d0cc
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Setup API"
|
||||
#define REACTOS_STR_INTERNAL_NAME "setupapi"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "setupapi.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "res/icons_res.rc"
|
||||
|
||||
#include <reactos/manifest_dll.rc>
|
||||
|
|
Loading…
Reference in a new issue