#include "winnls.h"
#include "shellapi.h"
-#include "wine/unicode.h"
#include "wine/debug.h"
#include "printui_private.h"
while ( c )
{
txtW[0] = c;
- ptr = strchrW(optionsW, c);
+ ptr = wcschr(optionsW, c);
if (ptr) {
index = ptr - optionsW;
cx->options[index] = get_next_wstr(cx);
}
else
{
- ptr = strchrW(flagsW, c);
+ ptr = wcschr(flagsW, c);
if (ptr) {
index = ptr - flagsW;
cx->flags[index] = TRUE;
dll/win32/pdh # Synced to WineStaging-4.18
dll/win32/pidgen # Synced to WineStaging-4.18
dll/win32/powrprof # Forked at Wine-1.0rc5
-dll/win32/printui # Synced to WineStaging-3.3
+dll/win32/printui # Synced to WineStaging-4.18
dll/win32/propsys # Synced to WineStaging-4.0
dll/win32/pstorec # Synced to WineStaging-3.3
dll/win32/qmgr # Synced to WineStaging-4.0