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 - VS2019 undeclared identifier: low_frequency_rumble
Summary: VS2019 undeclared identifier: low_frequency_rumble
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: HG 2.0
Hardware: x86 Windows 10
: P2 blocker
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 22:11 UTC by Anthony @ POW Games
Modified: 2020-11-13 02:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :-)