mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[SPOOLSS]
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56629
This commit is contained in:
@@ -266,13 +266,12 @@ static backend_t * backend_load(LPWSTR dllname, LPWSTR name, LPWSTR regroot)
|
||||
BOOL backend_load_all(void)
|
||||
{
|
||||
static BOOL failed = FALSE;
|
||||
backend_t * pb;
|
||||
|
||||
EnterCriticalSection(&backend_cs);
|
||||
|
||||
/* if we failed before, don't try again */
|
||||
if (!failed && (used_backends == 0)) {
|
||||
pb = backend_load(localsplW, NULL, NULL);
|
||||
backend_load(localsplW, NULL, NULL);
|
||||
|
||||
/* ToDo: parse the registry and load all other backends */
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
/* ################################ */
|
||||
|
||||
BOOL backend_load_all(void);
|
||||
void backend_unload_all(void);
|
||||
BOOL backend_load_all(void) DECLSPEC_HIDDEN;
|
||||
void backend_unload_all(void) DECLSPEC_HIDDEN;
|
||||
|
||||
/* ## Memory allocation functions ## */
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ reactos/dll/win32/shlwapi # Autosync
|
||||
reactos/dll/win32/slbcsp # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/snmpapi # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/softpub # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/spoolss # Autosync
|
||||
reactos/dll/win32/spoolss # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/stdole2.tlb # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/stdole32.tlb # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/sti # Autosync
|
||||
|
||||
Reference in New Issue
Block a user