We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5351

Summary: VS2019 undeclared identifier: low_frequency_rumble
Product: SDL Reporter: Anthony @ POW Games <ant>
Component: joystickAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows 10   

Description Anthony @ POW Games 2020-11-12 22:11:58 UTC
Just this moment trying to compile the latest mercurial with VS2019. This worked about 2 weeks ago but now I'm getting undeclared identifiers in SDL_rawinputjoystick.c. low_frequency_rumble and high_frequency_rumble.
Comment 1 Anthony @ POW Games 2020-11-12 22:18:15 UTC
Might be worth also mentioning while I'm here that two warnings have also appeared in the latest source:

SDL_stdlib.c(491,9): warning C4164: 'memcpy': intrinsic function not declared
SDL_stdlib.c(498,9): warning C4164: 'memset': intrinsic function not declared
Comment 2 Anthony @ POW Games 2020-11-13 02:37:46 UTC
Thanks Sam, it's ok now :-)