]> git.proxmox.com Git - mirror_qemu.git/blobdiff - sdl_zoom.h
sparc32 do not clear interrupts when masking
[mirror_qemu.git] / sdl_zoom.h
index 33dc63408b43a37fd6b1acde3fa62b1a51315e75..74955bc944faaa2c1c9799db0e798acb96209691 100644 (file)
  *
  */
 
-#ifndef _SDL_zoom_h
-#define _SDL_zoom_h
+#ifndef SDL_zoom_h
+#define SDL_zoom_h
 
-#include <SDL/SDL.h>
+#include <SDL.h>
 
 #define SMOOTHING_OFF          0
 #define SMOOTHING_ON           1
@@ -22,4 +22,4 @@
 int sdl_zoom_blit(SDL_Surface *src_sfc, SDL_Surface *dst_sfc,
                   int smooth, SDL_Rect *src_rect);
 
-#endif /* _SDL_zoom_h */
+#endif /* SDL_zoom_h */