Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for #97, mouseScroll Windows XP #163

Merged
merged 1 commit into from Feb 18, 2016
Merged

fix for #97, mouseScroll Windows XP #163

merged 1 commit into from Feb 18, 2016

Conversation

ghost
Copy link

@ghost ghost commented Feb 18, 2016

Fix mouse scroll on Windows XP, see #97.

C89 (2008 redistributables (XP)) requires variable declarations to be on top of a block. Newer versions have better support for C99, which is more flexible in this.

Tested with 2008 redistributables on Windows 10.

@octalmage
Copy link
Owner

Thanks a ton! I've fixed this same issue with a bunch of PRs, but missed this one. We're considering dropping XP support but for now, why not support it!

octalmage added a commit that referenced this pull request Feb 18, 2016
fix for #97, mouseScroll Windows XP
@octalmage octalmage merged commit d2d859a into octalmage:master Feb 18, 2016
@Deltatiger
Copy link
Collaborator

@octalmage as long as Windows XP support does not interfere with other stuff we can support it I guess.

@octalmage
Copy link
Owner

Well in this case he's on Windows 10 with VS 2008. I'm pretty sure the screen capture code doesn't support XP anyway. I know it drops Node 0.8 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants