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:
parent
725176612d
commit
4d1a356f7b
|
@ -80,7 +80,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
WCHAR tmpbuf::buf[NT_MAX_PATH];
|
WCHAR tmpbuf::buf[NT_MAX_PATH];
|
||||||
muto tmpbuf::lock;
|
NO_COPY muto tmpbuf::lock;
|
||||||
|
|
||||||
static char __fastcall *
|
static char __fastcall *
|
||||||
__rn (char *dst, int base, int dosign, long long val, int len, int pad, unsigned long long mask)
|
__rn (char *dst, int base, int dosign, long long val, int len, int pad, unsigned long long mask)
|
||||||
|
|
Loading…
Reference in New Issue