Skip to content

Commit

Permalink
More patching to compile...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2015
1 parent e90f87b commit cae4fd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/haptic/windows/SDL_dinputhaptic.c
Expand Up @@ -20,11 +20,12 @@
*/
#include "../../SDL_internal.h"

#include "SDL_error.h"
#include "SDL_haptic.h"

#if SDL_HAPTIC_DINPUT

#include "SDL_error.h"
#include "SDL_stdinc.h"
#include "SDL_haptic.h"
#include "SDL_timer.h"
#include "SDL_windowshaptic_c.h"
#include "SDL_dinputhaptic_c.h"
Expand Down Expand Up @@ -1180,6 +1181,8 @@ SDL_DINPUT_HapticStopAll(SDL_Haptic * haptic)

#else /* !SDL_HAPTIC_DINPUT */

typedef struct DIDEVICEINSTANCE DIDEVICEINSTANCE;

int
SDL_DINPUT_HapticInit(void)
{
Expand Down
5 changes: 3 additions & 2 deletions src/haptic/windows/SDL_xinputhaptic.c
Expand Up @@ -20,11 +20,12 @@
*/
#include "../../SDL_internal.h"

#include "SDL_error.h"
#include "SDL_haptic.h"

#if SDL_HAPTIC_XINPUT

#include "SDL_assert.h"
#include "SDL_error.h"
#include "SDL_haptic.h"
#include "SDL_hints.h"
#include "SDL_timer.h"
#include "SDL_windowshaptic_c.h"
Expand Down

0 comments on commit cae4fd7

Please sign in to comment.