summaryrefslogtreecommitdiffstats
path: root/src/pmdk/src/libpmemlog/libpmemlog.rc
blob: 89d51539994fe666e1abdb879f8156ca279e71f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: BSD-3-Clause
/* Copyright 2016, Intel Corporation */

/*
 * libpmemlog.rc -- libpmemlog resource file
 */

#include <windows.h>
#define FILE_NAME "libpmemlog.dll"
#define DESCRIPTION "libpmemlog - persistent memory resident log file"
#define TYPE VFT_DLL
#include <common.rc>