summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h')
-rw-r--r--3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h
index 16f045803e4..695a3e66da7 100644
--- a/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h
+++ b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h
@@ -1,7 +1,7 @@
// UserInputUtils.h
-#ifndef __USER_INPUT_UTILS_H
-#define __USER_INPUT_UTILS_H
+#ifndef ZIP7_INC_USER_INPUT_UTILS_H
+#define ZIP7_INC_USER_INPUT_UTILS_H
#include "../../../Common/StdOutStream.h"
@@ -14,11 +14,14 @@ enum EEnum
kYesAll,
kNoAll,
kAutoRenameAll,
- kQuit
+ kQuit,
+ kEof,
+ kError
};
}
NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream);
-UString GetPassword(CStdOutStream *outStream);
+// bool GetPassword(CStdOutStream *outStream, UString &psw);
+HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw);
#endif
lass='insertions'>+18 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-18/+18 * Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3 * targeth.cpp : Cleanup duplicates, ACCESSING_BITs, naming, Runtime tag lookup cam9002018-10-091-13/+10 * targeth.cpp : Typo cam9002018-10-071-1/+1 * MT 7092 AJR2018-09-051-2/+2 * -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-3/+3 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5 * Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+36 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * srcclean (nw) Vas Crabb2017-10-221-10/+10 * targeth.cpp: Include hand written "N" on labels for targetha set (nw) briantro2017-09-281-2/+2 * targeth.cpp: Name targetha programs ROMs as per actual labels from picture (nw) briantro2017-09-281-2/+2 * new clones Target Hits (ver 1.1, Checksum 86E1) [Peter Wilhelmsen, Morten Sh... David Haywood2017-09-291-2/+28 * bring visible area down to size of test screen, seems more likely (nw) David Haywood2017-09-281-9/+9 * update some notes (nw) David Haywood2017-09-281-4/+12 * machines promoted to WORKING David Haywood2017-09-281-42/+45 * thoop2.cpp: Added PCB layout for TH Strikes Back [Brian Troha] briantro2017-08-231-0/+6 * New 74LS259/9334/CD4099 devices AJR2017-07-251-4/+18 * srcclean (nw) Vas Crabb2017-07-231-1/+1 * Clean up Galeco Dallas hookup device. Vas Crabb2017-07-231-1/+18 * improve naming etc. David Haywood2017-07-201-0/+1 * gaelco / ds5002fp changes: David Haywood2017-07-191-3/+22 * targeth.cpp update [Brian Troha] briantro2017-07-111-4/+43 * dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4