Skip to content

Commit

Permalink
Fix bad reader conditional on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 25, 2012
1 parent e4f8de2 commit b22b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.lisp
Expand Up @@ -15,7 +15,7 @@
mode)

(defstruct (video-mode (:include #+(and unix (not darwin)) x11-video-mode
#+(and win32 windows) win32-video-mode
#+(or win32 windows) win32-video-mode
#+darwin osx-video-mode))
(width 0 :type integer)
(height 0 :type integer)
Expand Down

0 comments on commit b22b273

Please sign in to comment.