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 490

Summary: Missing include in SDL_win32events.c
Product: SDL Reporter: Miika Ahonen <miika.ahonen>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows (XP)   

Description Miika Ahonen 2007-09-05 20:22:52 UTC
There was a whole bunch of undeclared variable errors coming from src/video/win32/SDL_win32events.c of which all were prefixed with SDLK.

After a quick look-see, the problem seems to be just missing inclusion of SDL_compat.h.

The problem probably occurs with some other files in src/video/ too, just search them for SDLK_ and check for the include :)
Comment 1 Sam Lantinga 2008-11-25 11:13:36 UTC
It looks like this is fixed, can you check the latest SVN snapshot?

Thanks!
Comment 2 Miika Ahonen 2008-11-25 17:04:26 UTC
Seems to work.