Skip to content
Snippets Groups Projects
Commit 0f311001 authored by deuce's avatar deuce
Browse files

Add possibility of DENYNONE mode to nopen() intro comment.

parent 25adbf54
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,10 @@
#include "crc32.h"
/****************************************************************************/
/* Network open function. Opens all files DENYALL or DENYWRITE depending on */
/* access, and retries LOOP_NOPEN number of times if the attempted file is */
/* already open or denying access for some other reason. All files are */
/* opened in BINARY mode. */
/* Network open function. Opens all files DENYALL, DENYWRITE, or DENYNONE */
/* depending on access, and retries LOOP_NOPEN number of times if the */
/* attempted file is already open or denying access for some other reason. */
/* All files are opened in BINARY mode. */
/****************************************************************************/
int nopen(const char* str, int access)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment