Reactos
fork

Configure Feed

Select the types of activity you want to include in your feed.

at listview 15 lines 446 B view raw
1/* 2 * PROJECT: sendmail 3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+) 4 * PURPOSE: DeskLink implementation 5 * COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com) 6 */ 7 8#pragma once 9 10#define WINE_FILEVERSION_MAJOR 6 11#define WINE_FILEVERSION_MINOR 0 12#define WINE_FILEVERSION_BUILD 3790 13#define WINE_FILEVERSION_PLATFORMID 3959 14 15#define WINE_FILEVERSION_STR "6.0.3790.3959"