[NTPRINT]

* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60353
This commit is contained in:
Amine Khaldi 2013-09-26 13:55:45 +00:00
parent f56a569e5b
commit fa44344f03
2 changed files with 1 additions and 4 deletions

View file

@ -38,8 +38,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
static HINSTANCE NTPRINT_hInstance = NULL;
typedef struct {
LPMONITOR_INFO_2W mi2; /* Buffer for installed Monitors */
DWORD installed; /* Number of installed Monitors */
@ -58,7 +56,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
NTPRINT_hInstance = hinstDLL;
DisableThreadLibraryCalls( hinstDLL );
break;
}

View file

@ -138,7 +138,7 @@ reactos/dll/win32/msxml6 # Synced to Wine-1.5.19
reactos/dll/win32/nddeapi # Synced to Wine-1.5.19
reactos/dll/win32/netapi32 # Forked at Wine-1.3.34
reactos/dll/win32/ntdsapi # Synced to Wine-1.5.19
reactos/dll/win32/ntprint # Synced to Wine-1.5.4
reactos/dll/win32/ntprint # Synced to Wine-1.7.1
reactos/dll/win32/objsel # Synced to Wine-1.5.19
reactos/dll/win32/odbc32 # Out of sync. Depends on port of Linux ODBC.
reactos/dll/win32/odbccp32 # Synced to Wine-1.5.19