X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;fp=basis%2Fwindows%2Fopengl32%2Fopengl32.factor;h=df09d9327a605ebf11ee3570fb315b0860de34ca;hp=ca2206eac4b124f3bba43083d05489c35d4b74aa;hb=aea0fed14c26bb9ef5e1b0e9a3cddd7578566f44;hpb=dc88d457621db5d31e3fa1a3738473fe6a321aa7 diff --git a/basis/windows/opengl32/opengl32.factor b/basis/windows/opengl32/opengl32.factor index ca2206eac4..df09d9327a 100755 --- a/basis/windows/opengl32/opengl32.factor +++ b/basis/windows/opengl32/opengl32.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2005, 2006 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types alien.syntax parser namespaces kernel -math math.bitfields windows.types windows.types init assocs +math math.bitwise windows.types windows.types init assocs sequences libc ; IN: windows.opengl32