add missing include to get __TrackMouseEvent exported

This commit is contained in:
Brian Matzon 2009-05-27 08:04:39 +00:00
parent a6ae9f33b5
commit f9b6ab7c58
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#include "org_lwjgl_opengl_WindowsDisplay.h"
#include "org_lwjgl_WindowsSysImplementation.h"
#include "context.h"
#include <commctrl.h>
#define WINDOWCLASSNAME "LWJGL"