CI: Turbo C doesn't like C++ comments

This commit is contained in:
Andrew Bird 2025-09-02 20:44:18 +01:00 committed by Kenneth J Davis
parent 6ce6591150
commit 319bd342a8

View File

@ -1434,7 +1434,7 @@ struct dhdr FAR *IsDevice(const char FAR * fname)
BOOL IsShareInstalled(BOOL recheck)
{
extern unsigned char ASMPASCAL share_check(void);
//DebugPrintf(("Share_check at %p and share_installed at %p\n", (void far *)&share_check, (void far *)&share_installed));
/*DebugPrintf(("Share_check at %p and share_installed at %p\n", (void far *)&share_check, (void far *)&share_installed));*/
if (recheck == FALSE)
return share_installed;
if (share_check() == 0xff)