Skip to content

Commit

Permalink
win32/*.def: remove LIBRARY directives
Browse files Browse the repository at this point in the history
they aren't needed and caused import lib generation failures with cmake.
  • Loading branch information
sezero committed May 7, 2022
1 parent 84c0236 commit fa0eff5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion win32/vorbis.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; vorbis.def
;
LIBRARY

EXPORTS
_floor_P
_mapping_P
Expand Down
1 change: 0 additions & 1 deletion win32/vorbisenc.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
; vorbisenc.def
;
LIBRARY

EXPORTS
vorbis_encode_init
Expand Down
2 changes: 1 addition & 1 deletion win32/vorbisfile.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; vorbisfile.def
;
LIBRARY

EXPORTS
ov_clear
ov_open
Expand Down

0 comments on commit fa0eff5

Please sign in to comment.