Updated for new APIs
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40764
diff --git a/src/main/beos/exports/Makefile b/src/main/beos/exports/Makefile
index 251d169..595f5a6 100644
--- a/src/main/beos/exports/Makefile
+++ b/src/main/beos/exports/Makefile
@@ -6,6 +6,8 @@
../../../../include/SDL_audio.h \
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
+ ../../../../include/SDL_copying.h \
+ ../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
diff --git a/src/main/beos/exports/SDL.exp b/src/main/beos/exports/SDL.exp
index 90c2495..46dc94b 100644
--- a/src/main/beos/exports/SDL.exp
+++ b/src/main/beos/exports/SDL.exp
@@ -29,6 +29,10 @@
_SDL_CDStop
_SDL_CDEject
_SDL_CDClose
+_SDL_HasRDTSC
+_SDL_HasMMX
+_SDL_Has3DNow
+_SDL_HasSSE
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
diff --git a/src/main/macos/exports/Makefile b/src/main/macos/exports/Makefile
index 087429f..a7d1936 100644
--- a/src/main/macos/exports/Makefile
+++ b/src/main/macos/exports/Makefile
@@ -7,6 +7,7 @@
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
+ ../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
diff --git a/src/main/macos/exports/SDL.x b/src/main/macos/exports/SDL.x
index 79d3658..ee4579a 100644
--- a/src/main/macos/exports/SDL.x
+++ b/src/main/macos/exports/SDL.x
@@ -29,6 +29,10 @@
SDL_CDStop
SDL_CDEject
SDL_CDClose
+ SDL_HasRDTSC
+ SDL_HasMMX
+ SDL_Has3DNow
+ SDL_HasSSE
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32
diff --git a/src/main/macosx/exports/Makefile b/src/main/macosx/exports/Makefile
index dd6818b..c8973f3 100644
--- a/src/main/macosx/exports/Makefile
+++ b/src/main/macosx/exports/Makefile
@@ -7,6 +7,7 @@
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
+ ../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
diff --git a/src/main/macosx/exports/SDL.x b/src/main/macosx/exports/SDL.x
index 8be4454..7785b90 100644
--- a/src/main/macosx/exports/SDL.x
+++ b/src/main/macosx/exports/SDL.x
@@ -32,6 +32,10 @@
_SDL_CDStop
_SDL_CDEject
_SDL_CDClose
+ _SDL_HasRDTSC
+ _SDL_HasMMX
+ _SDL_Has3DNow
+ _SDL_HasSSE
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
diff --git a/src/main/win32/exports/Makefile b/src/main/win32/exports/Makefile
index 76adae8..89163c8 100644
--- a/src/main/win32/exports/Makefile
+++ b/src/main/win32/exports/Makefile
@@ -7,6 +7,7 @@
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
+ ../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
diff --git a/src/main/win32/exports/SDL.def b/src/main/win32/exports/SDL.def
index d24e549..61f458c 100644
--- a/src/main/win32/exports/SDL.def
+++ b/src/main/win32/exports/SDL.def
@@ -29,6 +29,10 @@
SDL_CDStop
SDL_CDEject
SDL_CDClose
+ SDL_HasRDTSC
+ SDL_HasMMX
+ SDL_Has3DNow
+ SDL_HasSSE
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32