aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.12/include/SDL_name.h
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-07-23 19:59:26 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-07-23 19:59:27 -0700
commite4f78166b531cad2bb474bae8031b66024c7df4b (patch)
treeb6b2aa300fc08f7fa20d545a7255d4a9a748d282 /distrib/sdl-1.2.12/include/SDL_name.h
parent4b0ca3716e04e4b445fd987e877f07bba6ce06cd (diff)
parentd8239786b306ffda6d5d73753d01f0ad3358e1a0 (diff)
downloadexternal_qemu-e4f78166b531cad2bb474bae8031b66024c7df4b.zip
external_qemu-e4f78166b531cad2bb474bae8031b66024c7df4b.tar.gz
external_qemu-e4f78166b531cad2bb474bae8031b66024c7df4b.tar.bz2
Merge "Delete sdl-1.2.12"
Diffstat (limited to 'distrib/sdl-1.2.12/include/SDL_name.h')
-rw-r--r--distrib/sdl-1.2.12/include/SDL_name.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/distrib/sdl-1.2.12/include/SDL_name.h b/distrib/sdl-1.2.12/include/SDL_name.h
deleted file mode 100644
index 511619a..0000000
--- a/distrib/sdl-1.2.12/include/SDL_name.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#ifndef _SDLname_h_
-#define _SDLname_h_
-
-#if defined(__STDC__) || defined(__cplusplus)
-#define NeedFunctionPrototypes 1
-#endif
-
-#define SDL_NAME(X) SDL_##X
-
-#endif /* _SDLname_h_ */