j
k
j a
j l
Alexander Scott-Johns alexander.scott.johns@googlemail.com writes:
@@ -287,6 +287,7 @@ BOOL WINAPI OpenClipboard( HWND hWnd ) */ BOOL WINAPI CloseClipboard(void) { static BOOL bRecursion = FALSE; BOOL bRet = FALSE;
@@ -287,6 +287,7 @@ BOOL WINAPI OpenClipboard( HWND hWnd ) */ BOOL WINAPI CloseClipboard(void) {
You shouldn't use a static variable, this would have to be per-thread. But it's probably better to find a way to do that based on the current clipboard info.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites