Cygwin: mark muto object as NO_COPY

muto in smallprint.cc is missing a NO_COPY.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2018-03-12 22:13:20 +01:00
parent 725176612d
commit 4d1a356f7b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
};
WCHAR tmpbuf::buf[NT_MAX_PATH];
muto tmpbuf::lock;
NO_COPY muto tmpbuf::lock;
static char __fastcall *
__rn (char *dst, int base, int dosign, long long val, int len, int pad, unsigned long long mask)