Skip to content

Instantly share code, notes, and snippets.

@arton
Created October 13, 2012 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arton/3883859 to your computer and use it in GitHub Desktop.
Save arton/3883859 to your computer and use it in GitHub Desktop.
DXRuby-1.4.0パッチ
--- sound.c~ Sun Apr 15 21:46:08 2012
+++ sound.c Sat Oct 13 17:43:16 2012
@@ -1,4 +1,5 @@
#define WINVER 0x0500 /* バージョン定義 Windows2000以上 */
+#define DIRECTSOUND_VERSION 0x0900
#define _WIN32_WINNT WINVER
#include "ruby.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment