We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce6591 commit 319bd34Copy full SHA for 319bd34
kernel/dosfns.c
@@ -1434,7 +1434,7 @@ struct dhdr FAR *IsDevice(const char FAR * fname)
1434
BOOL IsShareInstalled(BOOL recheck)
1435
{
1436
extern unsigned char ASMPASCAL share_check(void);
1437
- //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));*/
1438
if (recheck == FALSE)
1439
return share_installed;
1440
if (share_check() == 0xff)
0 commit comments