https://bugs.winehq.org/show_bug.cgi?id=45009
Anastasius Focht focht@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@gmx.net --- Hello folks,
I've created a snapshot via Internet Archive. Thanks for the link.
https://source.winehq.org/git/wine.git/blob/2ad09b01673381261815bfc804a2f69c...
--- 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