Index: drivers/filesystems/npfs/CMakeLists.txt =================================================================== --- drivers/filesystems/npfs/CMakeLists.txt (revision 71039) +++ drivers/filesystems/npfs/CMakeLists.txt (working copy) @@ -22,7 +22,7 @@ writesup.c npfs.h) -add_library(npfs SHARED ${SOURCE}) +add_library(npfs SHARED ${SOURCE} npfs.rc) set_module_type(npfs kernelmodedriver) target_link_libraries(npfs ${PSEH_LIB}) add_importlibs(npfs ntoskrnl hal) Index: drivers/filesystems/npfs/npfs.rc =================================================================== --- drivers/filesystems/npfs/npfs.rc (nonexistent) +++ drivers/filesystems/npfs/npfs.rc (working copy) @@ -0,0 +1,5 @@ +#define REACTOS_VERSION_DLL +#define REACTOS_STR_FILE_DESCRIPTION "Named Pipe File System Driver" +#define REACTOS_STR_INTERNAL_NAME "npfs" +#define REACTOS_STR_ORIGINAL_FILENAME "npfs.sys" +#include