From 45d6379135504814ab723b57f0eb8be23393a51d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 09:24:22 +0200 Subject: Adding upstream version 1:9.16.44. Signed-off-by: Daniel Baumann --- lib/win32/bindevt/bindevt.c | 23 +++++ lib/win32/bindevt/bindevt.mc | 41 ++++++++ lib/win32/bindevt/bindevt.vcxproj.filters.in | 12 +++ lib/win32/bindevt/bindevt.vcxproj.in | 137 +++++++++++++++++++++++++++ lib/win32/bindevt/bindevt.vcxproj.user | 3 + 5 files changed, 216 insertions(+) create mode 100644 lib/win32/bindevt/bindevt.c create mode 100644 lib/win32/bindevt/bindevt.mc create mode 100644 lib/win32/bindevt/bindevt.vcxproj.filters.in create mode 100644 lib/win32/bindevt/bindevt.vcxproj.in create mode 100644 lib/win32/bindevt/bindevt.vcxproj.user (limited to 'lib/win32/bindevt') diff --git a/lib/win32/bindevt/bindevt.c b/lib/win32/bindevt/bindevt.c new file mode 100644 index 0000000..31cb368 --- /dev/null +++ b/lib/win32/bindevt/bindevt.c @@ -0,0 +1,23 @@ +/* + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") + * + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at https://mozilla.org/MPL/2.0/. + * + * See the COPYRIGHT file distributed with this work for additional + * information regarding copyright ownership. + */ + +/* + * bindevt.c : Defines the entry point for event log viewer DLL. + */ + +#include + +BOOL APIENTRY +DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { + return (TRUE); +} diff --git a/lib/win32/bindevt/bindevt.mc b/lib/win32/bindevt/bindevt.mc new file mode 100644 index 0000000..60a6346 --- /dev/null +++ b/lib/win32/bindevt/bindevt.mc @@ -0,0 +1,41 @@ +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") +; +; SPDX-License-Identifier: MPL-2.0 +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. + +MessageIdTypedef=DWORD + +LanguageNames = (English=0x409:MSG00409) + +OutputBase = 16 + + +MessageId=0x1 +Severity=Error +Facility=Application +SymbolicName=BIND_ERR_MSG +Language=English +%1 +. + +MessageId=0x2 +Severity=Warning +Facility=Application +SymbolicName=BIND_WARN_MSG +Language=English +%1 +. + +MessageId=0x3 +Severity=Informational +Facility=Application +SymbolicName=BIND_INFO_MSG +Language=English +%1 +. diff --git a/lib/win32/bindevt/bindevt.vcxproj.filters.in b/lib/win32/bindevt/bindevt.vcxproj.filters.in new file mode 100644 index 0000000..2b9ee98 --- /dev/null +++ b/lib/win32/bindevt/bindevt.vcxproj.filters.in @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/win32/bindevt/bindevt.vcxproj.in b/lib/win32/bindevt/bindevt.vcxproj.in new file mode 100644 index 0000000..78113e4 --- /dev/null +++ b/lib/win32/bindevt/bindevt.vcxproj.in @@ -0,0 +1,137 @@ + + + + + Debug + @PLATFORM@ + + + Release + @PLATFORM@ + + + + {0D745CD9-FC3B-49DC-99BE-1E6DF85593F0} + Win32Proj + bindevt + @WINDOWS_TARGET_PLATFORM_VERSION@ + + + + DynamicLibrary + true + MultiByte + @PLATFORM_TOOLSET@ + + + DynamicLibrary + false + true + MultiByte + @PLATFORM_TOOLSET@ + + + + + + + + + + + + + true + ..\..\..\Build\$(Configuration)\ + .\$(Configuration)\ + None + ResourceCompile + true + + + false + ..\..\..\Build\$(Configuration)\ + .\$(Configuration)\ + None + ResourceCompile + true + + + + + + Level4 + false + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BINDEVT_EXPORTS;%(PreprocessorDefinitions) + ..\include;..\..\..\include;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL + true + .\$(Configuration)\$(TargetName).pch + .\$(Configuration)\ + .\$(Configuration)\ + $(OutDir)$(TargetName).pdb + true + + + Console + true + ..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt) + .\$(Configuration)\$(ProjectName).lib + + + mc bindevt.mc + + + $(TargetName).rc + + + + + Level1 + true + + + MaxSpeed + true + false + WIN32;NDEBUG;_WINDOWS;_USRDLL;BINDEVT_EXPORTS;%(PreprocessorDefinitions) + ..\include;..\..\..\include;%(AdditionalIncludeDirectories) + OnlyExplicitInline + true + MultiThreadedDLL + .\$(Configuration)\$(TargetName).pch + .\$(Configuration)\ + .\$(Configuration)\ + $(OutDir)$(TargetName).pdb + false + + + Console + false + true + true + ..\..\..\Build\$(Configuration)\$(TargetName)$(TargetExt) + Default + .\$(Configuration)\$(ProjectName).lib + + + mc bindevt.mc + + + $(TargetName).rc + + + + + + + + + + + + + + + diff --git a/lib/win32/bindevt/bindevt.vcxproj.user b/lib/win32/bindevt/bindevt.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/lib/win32/bindevt/bindevt.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3