summaryrefslogtreecommitdiff
path: root/include/SDL_config_windows.h
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-12-09 15:17:20 -0500
committerRyan C. Gordon <icculus@icculus.org>2013-12-09 15:17:20 -0500
commitfac8b02737c495eb71289059e1f591abde9cdcf3 (patch)
tree82f48f02242845e94ee247f189aaa979bea6ffbe /include/SDL_config_windows.h
parent97123358b0510d46d32ceecf0f0d921ef89a1b5f (diff)
Hook up SDL_acos and SDL_asin properly.
Diffstat (limited to 'include/SDL_config_windows.h')
-rw-r--r--include/SDL_config_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h
index 6bde3f86fb..aa2f984510 100644
--- a/include/SDL_config_windows.h
+++ b/include/SDL_config_windows.h
@@ -118,6 +118,8 @@ typedef unsigned int uintptr_t;
#define HAVE__STRNICMP 1
#define HAVE_ATAN 1
#define HAVE_ATAN2 1
+#define HAVE_ACOS 1
+#define HAVE_ASIN 1
#define HAVE_CEIL 1
#define HAVE_COS 1
#define HAVE_COSF 1