mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTPRINT]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60353
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user