mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PRINTUI]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55296
This commit is contained in:
parent
c43966f688
commit
2d57ba7294
4 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue