mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
|
/*
|
||
|
* PROJECT: sendmail
|
||
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
||
|
* PURPOSE: DeskLink implementation
|
||
|
* COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||
|
*/
|
||
|
|
||
|
#include "sendmail_version.h"
|
||
|
|
||
|
#define WINE_OLESELFREGISTER
|
||
|
#define WINE_FILEVERSION WINE_FILEVERSION_MAJOR,WINE_FILEVERSION_MINOR,WINE_FILEVERSION_BUILD,WINE_FILEVERSION_PLATFORMID
|
||
|
#define WINE_FILENAME_STR "sendmail.dll"
|
||
|
|
||
|
#include <wine/wine_common_ver.rc>
|