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