Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion win32/src/win32apimodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6159,7 +6159,7 @@ static struct PyMethodDef win32api_functions[] = {
// specified offset into the extra class memory for the window.
{"SetClassWord", PySetClassWord, 1}, // @pymeth SetClassWord|Replaces the specified 32-bit (long) value at the
// specified offset into the extra class memory for the window.
{"SetClassWord", PySetWindowWord, 1}, // @pymeth SetWindowWord|
{"SetWindowWord", PySetWindowWord, 1}, // @pymeth SetWindowWord|
{"SetCursor", PySetCursor, 1}, // @pymeth SetCursor|Set the cursor to the HCURSOR object.
// @pymeth SetEnvironmentVariable|Creates, deletes, or changes the value of an environment variable.
{"SetEnvironmentVariable", PySetEnvironmentVariableW, 1},
Expand Down