diff --git a/reactos/baseaddress.rbuild b/reactos/baseaddress.rbuild index 2f0ab96bd36..641826bc36e 100644 --- a/reactos/baseaddress.rbuild +++ b/reactos/baseaddress.rbuild @@ -3,6 +3,7 @@ + diff --git a/reactos/boot/bootdata/packages/reactos.dff b/reactos/boot/bootdata/packages/reactos.dff index 62878cb8e8d..12e9c601a44 100644 --- a/reactos/boot/bootdata/packages/reactos.dff +++ b/reactos/boot/bootdata/packages/reactos.dff @@ -338,6 +338,7 @@ dll\win32\printui\printui.dll 1 dll\win32\psapi\psapi.dll 1 dll\win32\pstorec\pstorec.dll 1 dll\win32\qmgr\qmgr.dll 1 +dll\win32\qmgrprxy\qmgrprxy.dll 1 dll\win32\rasapi32\rasapi32.dll 1 dll\win32\rasdlg\rasdlg.dll 1 dll\win32\rasman\rasman.dll 1 diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.idl b/reactos/dll/win32/qmgrprxy/qmgrprxy.idl new file mode 100644 index 00000000000..e1bdce19701 --- /dev/null +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.idl @@ -0,0 +1,22 @@ +/* + * Copyright 2007, 2008 Google (Roy Shea, Dan Hipschman) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include "bits.idl" + +#define DO_NO_IMPORTS +#include "bits1_5.idl" diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild b/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild new file mode 100644 index 00000000000..5bbb8030f0d --- /dev/null +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.rbuild @@ -0,0 +1,29 @@ + + + + + + + . + include/reactos/wine + . + + wine + qmgrprxy_interface + qmgrprxy_proxy + kernel32 + ntdll + rpcrt4 + pseh + version.rc + -fno-unit-at-a-time + + + qmgrprxy.idl + + + + + qmgrprxy.idl + + diff --git a/reactos/dll/win32/qmgrprxy/qmgrprxy.spec b/reactos/dll/win32/qmgrprxy/qmgrprxy.spec new file mode 100644 index 00000000000..7c7a65bba68 --- /dev/null +++ b/reactos/dll/win32/qmgrprxy/qmgrprxy.spec @@ -0,0 +1,5 @@ +@ stdcall -private DllCanUnloadNow() +@ stdcall -private DllGetClassObject(ptr ptr ptr) +@ stdcall -private DllRegisterServer() +@ stdcall -private DllUnregisterServer() +@ stdcall -private GetProxyDllInfo(ptr ptr) diff --git a/reactos/dll/win32/qmgrprxy/version.rc b/reactos/dll/win32/qmgrprxy/version.rc new file mode 100644 index 00000000000..a2c95901d87 --- /dev/null +++ b/reactos/dll/win32/qmgrprxy/version.rc @@ -0,0 +1,4 @@ +#define WINE_OLESELFREGISTER +#define WINE_FILENAME_STR "qmgrprxy.dll" + +#include diff --git a/reactos/dll/win32/win32.rbuild b/reactos/dll/win32/win32.rbuild index acda17deaf7..e2e0517149f 100644 --- a/reactos/dll/win32/win32.rbuild +++ b/reactos/dll/win32/win32.rbuild @@ -313,6 +313,9 @@ + + +