diff options
-rw-r--r-- | src/w32term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index 0c88d86788c..729e8d0fd49 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -368,7 +368,7 @@ struct w32_output unsigned hourglass_p : 1; /* Non-hourglass cursor that is currently active. */ - Cursor current_cursor; + HCURSOR current_cursor; DWORD dwStyle; |