[Bug 45009] BASIC783Esetup.exe (Decimal BASIC) fails to install due to stub SRSetRestorePointA

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 1 02:13:25 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=45009

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.geocities.jp/thi |https://web.archive.org/web
                   |nking_math_education/BASIC7 |/20201201080931/https://dec
                   |83Esetup.exe                |imalbasic.ninja-web.net/BAS
                   |                            |IC7856ESetup.exe

--- Comment #7 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

I've created a snapshot via Internet Archive. Thanks for the link.

https://source.winehq.org/git/wine.git/blob/2ad09b01673381261815bfc804a2f69ce4d85f86:/dlls/sfc_os/sfc_os.c#l145

--- snip ---
 145 BOOL WINAPI SRSetRestorePointA(RESTOREPOINTINFOA *restorepoint,
STATEMGRSTATUS *status)
 146 {
 147     FIXME("%p %p\n", restorepoint, status);
 148     status->nStatus = ERROR_SUCCESS;
 149     return FALSE;
 150 }
 151 
 152 BOOL WINAPI SRSetRestorePointW(RESTOREPOINTINFOW *restorepoint,
STATEMGRSTATUS *status)
 153 {
 154     FIXME("%p %p\n", restorepoint, status);
 155     status->nStatus = ERROR_SUCCESS;
 156     return FALSE;
 157 }
--- snip ---

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list