Module: wine
Branch: refs/heads/master
Commit: fe2becaee3f3f2cb0bee8b8336ccb7bae952e607
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fe2becaee3f3f2cb0bee8b8…
Author: Robert Reif <reif(a)earthlink.net>
Date: Sun May 28 16:50:09 2006 -0400
winmm: Add multiple header wave tests.
The current wave tests only use a single header for playback. Tests
have been added to use multiple headers and to reuse them. This is
how streaming applications and direct sound use the wave api.
---
dlls/winmm/tests/wave.c | 255 +++++++++++++++++++++++++++++++++++------------
1 files changed, 191 insertions(+), 64 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=fe2becaee3f3f2cb0be…
Module: wine
Branch: refs/heads/master
Commit: aff1b33192c2396599959cd3383118c91c22ed5f
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=aff1b33192c2396599959cd…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Sat May 27 00:30:58 2006 +0200
winspool: Documentation for GetPrintProcessorDirectory.
---
dlls/winspool.drv/info.c | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index ed12be6..12bc975 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -1825,6 +1825,14 @@ end:
/*****************************************************************************
* GetPrintProcessorDirectoryA [WINSPOOL.@]
+ *
+ * Return the PATH for the Print-Processors
+ *
+ * See GetPrintProcessorDirectoryW.
+ *
+ * NOTES
+ * On NT, the returned ANSI-Data need the same Size as the Unicode-Version
+ *
*/
BOOL WINAPI GetPrintProcessorDirectoryA(LPSTR server, LPSTR env,
DWORD level, LPBYTE Info,
@@ -1837,6 +1845,33 @@ BOOL WINAPI GetPrintProcessorDirectoryA(
/*****************************************************************************
* GetPrintProcessorDirectoryW [WINSPOOL.@]
+ *
+ * Return the PATH for the Print-Processors
+ *
+ * PARAMS
+ * server [I] Servername (NT only) or NULL (local Computer)
+ * env [I] Printing-Environment (see below) or NULL (Default)
+ * level [I] Structure-Level (must be 1)
+ * Info [O] PTR to Buffer that receives the Result
+ * cbBuf [I] Size of Buffer at "Info"
+ * needed [O] PTR to DWORD that receives the size in Bytes used /
+ * required for the Buffer at "Info"
+ *
+ * RETURNS
+ * Success: TRUE and in pcbNeeded the Bytes used in pPrintProcessorInfo
+ * Failure: FALSE and in pcbNeeded the Bytes required for pPrintProcessorInfo,
+ * if cbBuf is too small
+ *
+ * Native Values returned in pPrintProcessorInfo on Success:
+ *| NT(Windows NT x86): "%winsysdir%\\spool\\PRTPROCS\\w32x86"
+ *| NT(Windows 4.0): "%winsysdir%\\spool\\PRTPROCS\\win40"
+ *| win9x(Windows 4.0): "%winsysdir%"
+ *
+ * "%winsysdir%" is the Value from GetSystemDirectoryW()
+ *
+ * BUGS
+ *- Only NULL or "" is supported for pName
+ *
*/
BOOL WINAPI GetPrintProcessorDirectoryW(LPWSTR server, LPWSTR env,
DWORD level, LPBYTE Info,
Module: wine
Branch: refs/heads/master
Commit: 9fee0afe02963c8eadc35a10363f9415274d9f0e
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9fee0afe02963c8eadc35a1…
Author: Frank Richter <frank.richter(a)gmail.com>
Date: Sun May 28 04:10:33 2006 +0200
shdocvw: Improve German translation.
---
dlls/shdocvw/De.rc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/shdocvw/De.rc b/dlls/shdocvw/De.rc
index 790b9da..6d3e75a 100644
--- a/dlls/shdocvw/De.rc
+++ b/dlls/shdocvw/De.rc
@@ -20,7 +20,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-CAPTION "Lade die Mozilla Active X Steuerung"
+CAPTION "Lade das Mozilla ActiveX-Steuerelement"
FONT 8, "MS Shell Dlg"
{
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
@@ -30,7 +30,7 @@ FONT 8, "MS Shell Dlg"
STRINGTABLE
BEGIN
- 1001 "Diese Anwendung fordert ein ActiveX Browser Objekt an,\n" \
- "aber die Mozilla Active X Steuerung ist nicht installiert." \
- "M�chten Sie, dass es aus dem Internet geladen und installiert wird ?"
+ 1001 "Diese Anwendung fordert ein Browser-ActiveX-Objekt an, " \
+ "aber das Mozilla ActiveX-Steuerelement ist nicht installiert.\n" \
+ "M�chten Sie, dass es aus dem Internet geladen und installiert wird?"
END