1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

file locking: for windows we need to just return 0 (otherwise compiler complains)

This commit is contained in:
philsmd 2017-02-14 16:53:01 +01:00
parent 7209b0562a
commit f2b370e470
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -55,6 +55,8 @@ int lock_file (MAYBE_UNUSED FILE *fp)
int unlock_file (MAYBE_UNUSED FILE *fp)
{
// we should put windows specific code here
return 0;
}
#endif // F_SETLKW