we do not have "AfterSam.exe" on non win32 platform

This commit is contained in:
Sébastien Noel 2023-05-04 15:18:49 +02:00
parent 4c0b882e85
commit e0e6cde47d

View File

@ -1376,8 +1376,6 @@ void CheckTeaser(void)
Sleep(500);
_execl(fnmTeaser, "\""+fnmTeaser+"\"", NULL);
}
#else
STUBBED("load teaser");
#endif
}