Module: wine Branch: master Commit: d343371cbc5f09962ffddedaea222519e167df33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d343371cbc5f09962ffddedaea...
Author: Sebastian Lackner sebastian@fds-team.de Date: Fri Oct 9 08:44:35 2015 +0200
maintainers: Add section for OpenMP and threadpool implementation.
Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 50999e7..20e6e1f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -115,12 +115,21 @@ OLE Typelibs P: Andrew Eikum aeikum@codeweavers.com F: dlls/oleaut32/typelib.c
+OpenMP +M: Sebastian Lackner sebastian@fds-team.de +F: dlls/vcomp*/ + +Threadpool +M: Sebastian Lackner sebastian@fds-team.de +F: dlls/ntdll/threadpool.c + Uniscribe M: Aric Stewart aric@codeweavers.com F: dlls/usp10/
Wine server, IPC M: Alexandre Julliard julliard@winehq.org +P: Sebastian Lackner sebastian@fds-team.de F: server/
Winemaker