mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PRINTUI]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55296
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(printui);
|
||||
|
||||
HINSTANCE PRINTUI_hInstance = NULL;
|
||||
static HINSTANCE PRINTUI_hInstance = NULL;
|
||||
|
||||
/* ################################# */
|
||||
|
||||
|
||||
@@ -19,9 +19,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "winver.h"
|
||||
|
||||
#define WINE_FILENAME_STR "printui.dll"
|
||||
|
||||
@@ -63,10 +63,4 @@ typedef struct tag_context {
|
||||
LPWSTR options[OPT_MAX];
|
||||
BOOL flags[FLAG_MAX];
|
||||
} context_t;
|
||||
|
||||
|
||||
/* ## DLL-wide Globals ## */
|
||||
extern HINSTANCE PRINTUI_hInstance;
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -133,7 +133,7 @@ reactos/dll/win32/olethk32 # Autosync
|
||||
reactos/dll/win32/pdh # Autosync
|
||||
reactos/dll/win32/pidgen # Autosync
|
||||
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
||||
reactos/dll/win32/printui # Autosync
|
||||
reactos/dll/win32/printui # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/pstorec # Autosync
|
||||
reactos/dll/win32/query # Autosync
|
||||
reactos/dll/win32/rasapi32 # Autosync
|
||||
|
||||
Reference in New Issue
Block a user