define XUSER_MAX_COUNT if not present

This commit is contained in:
hondres 2016-01-05 01:16:10 +01:00
parent 3d0bd1a3f3
commit 3f64fd64eb
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ if(x != NULL) \
}
#endif
#ifndef XUSER_MAX_COUNT
#define XUSER_MAX_COUNT 4
#endif
class joystick_windows
{