aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows
diff options
context:
space:
mode:
authorLucas Perlind <perlindluca@gmail.com>2025-02-07 09:49:00 +1100
committerLucas Perlind <perlindluca@gmail.com>2025-02-07 09:49:04 +1100
commit932fcaee6bb1fa2c2bc785bc414a8174801fe904 (patch)
tree3f33058b1c95cf9ca6e4009caa88fb4a1ae85b51 /vendor/windows
parentcb10a060f18308fa3c6c499d25bd580f8446c3a8 (diff)
remove GAMEINPUT prefix
Diffstat (limited to 'vendor/windows')
-rw-r--r--vendor/windows/GameInput/windows_game_input.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/windows/GameInput/windows_game_input.odin b/vendor/windows/GameInput/windows_game_input.odin
index 5ae6023bc..2c1678beb 100644
--- a/vendor/windows/GameInput/windows_game_input.odin
+++ b/vendor/windows/GameInput/windows_game_input.odin
@@ -1113,8 +1113,8 @@ INSUFFICIENT_FORCE_FEEDBACK_RESOURCES : HRESULT : -0x7C75FFFA
CallbackToken :: distinct u64
-GAMEINPUT_CURRENT_CALLBACK_TOKEN_VALUE : CallbackToken : 0xFFFFFFFFFFFFFFFF
-GAMEINPUT_INVALID_CALLBACK_TOKEN_VALUE : CallbackToken : 0x0000000000000000
+CURRENT_CALLBACK_TOKEN_VALUE : CallbackToken : 0xFFFFFFFFFFFFFFFF
+INVALID_CALLBACK_TOKEN_VALUE : CallbackToken : 0x0000000000000000
@(default_calling_convention="system", link_prefix="GameInput")
foreign wgi {