From 64c30129f0f527b9eb99841df3c8298c6813e7a8 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 20 Oct 2007 18:34:56 +0000 Subject: [PATCH] tapiui.dll doesn't have an entry point svn path=/trunk/; revision=29719 --- reactos/dll/win32/tapiui/tapiui.c | 29 -------------------------- reactos/dll/win32/tapiui/tapiui.rbuild | 5 +---- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 reactos/dll/win32/tapiui/tapiui.c diff --git a/reactos/dll/win32/tapiui/tapiui.c b/reactos/dll/win32/tapiui/tapiui.c deleted file mode 100644 index 8813ae88b89..00000000000 --- a/reactos/dll/win32/tapiui/tapiui.c +++ /dev/null @@ -1,29 +0,0 @@ -/* - * PROJECT: ReactOS Telephone API UI DLL - * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/win32/tapiui/tapiui.c - * PURPOSE: Telephone API UI DLL - * COPYRIGHT: Dmitry Chapyshev - * - */ - -#include -#include "resource.h" - -static HINSTANCE hDllInstance; - -BOOL WINAPI -DllMain(IN HINSTANCE hinstDLL, - IN DWORD dwReason, - IN LPVOID lpvReserved) -{ - switch (dwReason) - { - case DLL_PROCESS_ATTACH: - hDllInstance = hinstDLL; - DisableThreadLibraryCalls(hinstDLL); - break; - } - - return TRUE; -} diff --git a/reactos/dll/win32/tapiui/tapiui.rbuild b/reactos/dll/win32/tapiui/tapiui.rbuild index 75dbadeee90..f4aba8c6d08 100644 --- a/reactos/dll/win32/tapiui/tapiui.rbuild +++ b/reactos/dll/win32/tapiui/tapiui.rbuild @@ -1,11 +1,8 @@ - + . 0x0500 0x0600 0x0600 - ntdll - kernel32 - tapiui.c tapiui.rc