Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b1bb7220
Commit
b1bb7220
authored
Aug 30, 2004
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add DllRegisterServer and friends for mlang.
parent
21c85efd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
13 deletions
+4
-13
regsvr.c
dlls/atl/regsvr.c
+1
-0
Makefile.in
dlls/mlang/Makefile.in
+2
-1
mlang.c
dlls/mlang/mlang.c
+0
-12
regsvr.c
dlls/mlang/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/atl/regsvr.c
View file @
b1bb7220
...
...
@@ -2,6 +2,7 @@
* self-registerable dll functions for atl.dll
*
* Copyright (C) 2003 John K. Hohm
* Copyright (C) 2004 Steven Edwards for ReactOS
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/mlang/Makefile.in
View file @
b1bb7220
...
...
@@ -8,7 +8,8 @@ EXTRALIBS = $(LIBUNICODE) -luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
mlang.c
mlang.c
\
regsvr.c
SUBDIRS
=
tests
...
...
dlls/mlang/mlang.c
View file @
b1bb7220
...
...
@@ -1936,15 +1936,3 @@ HRESULT WINAPI MLANG_DllCanUnloadNow(void)
FIXME
(
"
\n
"
);
return
S_FALSE
;
}
HRESULT
WINAPI
MLANG_DllRegisterServer
(
void
)
{
FIXME
(
"
\n
"
);
return
S_OK
;
}
HRESULT
WINAPI
MLANG_DllUnregisterServer
(
void
)
{
FIXME
(
"
\n
"
);
return
S_OK
;
}
dlls/mlang/regsvr.c
0 → 100644
View file @
b1bb7220
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
b1bb7220
...
...
@@ -2025,6 +2025,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dswave.dll,1
11,,dxdiagn.dll,1
11,,hhctrl.ocx,1
11,,mlang.dll,1
11,,msi.dll,1
11,,ole32.dll,1
11,,oleaut32.dll,1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment