Self test almost builds, now need skeleton EthernetTap implementation for Windows.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
throw()
|
||||
{
|
||||
#ifdef __WINDOWS__
|
||||
return (DeleteFile(path) != FALSE);
|
||||
return (DeleteFileA(path) != FALSE);
|
||||
#else
|
||||
return (unlink(path) == 0);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user