kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.

Reported by Bob Ippolito.
This commit is contained in:
Jack Jansen 2004-02-24 21:49:10 +00:00
parent 49be4cc861
commit e7e9bf2727
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@
from distutils.core import Extension, setup
setup(name="LaunchServices", version="0.1",
setup(name="LaunchServices", version="0.2",
ext_modules=[
Extension('_Launch', ['_Launchmodule.c'],
extra_link_args=['-framework', 'ApplicationServices'])