mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 18:31:40 +00:00
[NTPRINT]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60353
This commit is contained in:
parent
f56a569e5b
commit
fa44344f03
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue