Skip to content
Snippets Groups Projects
Commit 1f2f00b0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix misleading comment

parent abf1cd9e
No related branches found
No related tags found
No related merge requests found
Pipeline #5742 passed
...@@ -292,7 +292,7 @@ int unlock(int file, off_t offset, off_t size) ...@@ -292,7 +292,7 @@ int unlock(int file, off_t offset, off_t size)
return(i); return(i);
} }
#endif /* !Unix && (MSVC || MinGW) */ #endif /* !__unix__ && (_MSC_VER || __MINGW32__ || __DMC__) */
#if defined(_WIN32 ) #if defined(_WIN32 )
static size_t static size_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment