[ab] [PATCH] Fix a build-failure-inducing typo

Samium Gromoff _deepfire at feelingofgreen.ru
Fri Jan 5 17:10:02 CST 2007


This fixes an apparent typo:

diff -urN lispbuilder/trunk/lispbuilder-sdl/cffi/syswm.lisp lispbuilder-patched/trunk/lispbuilder-sdl/cffi/syswm.lisp
--- lispbuilder/trunk/lispbuilder-sdl/cffi/syswm.lisp	2007-01-02 16:41:05.000000000 +0300
+++ lispbuilder-patched/trunk/lispbuilder-sdl/cffi/syswm.lisp	2007-01-05 23:03:46.000000000 +0300
@@ -22,7 +22,7 @@
 	(window :pointer)
 	(hglrc :pointer))
 
-#-win32 (defcenum SDL-SYSWM-TYPE
+#-win32 (defcenum SDL-SYS-WM-TYPE
 	:SDL-SYSWM-X11)
 
 #-win32 (defcunion SDL-Sys-WM-msg-event


regards, Samium Gromoff


More information about the application-builder mailing list