mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
[3.15] gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef (GH-152904) (#152943)
gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef (GH-152904)
Fixes issue GH-152903
(cherry picked from commit ac1acb6d7d)
Co-authored-by: Carlo Bramini <carlo_bramini@users.sourceforge.net>
This commit is contained in:
committed by
GitHub
parent
2a7eb3d179
commit
fe23abac94
+1
-1
@@ -71,7 +71,7 @@ class traceback "PyTracebackObject *" "&PyTraceback_Type"
|
||||
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
typedef HRESULT (WINAPI *PF_GET_THREAD_DESCRIPTION)(HANDLE, PCWSTR*);
|
||||
typedef HRESULT (WINAPI *PF_GET_THREAD_DESCRIPTION)(HANDLE, PWSTR*);
|
||||
static PF_GET_THREAD_DESCRIPTION pGetThreadDescription = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user