diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
commit | 6c12bd2094234edc1a129969b89cf45b1da889bd (patch) | |
tree | a39b3af9ad861334a844035d4d88232c8f9ed0ec /main/lzo/B/win32/vc_dll.def | |
parent | f35afa13da08a058bc28ca0e535e044093148e3a (diff) |
Update lzo to 2.10
Diffstat (limited to 'main/lzo/B/win32/vc_dll.def')
-rw-r--r-- | main/lzo/B/win32/vc_dll.def | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/lzo/B/win32/vc_dll.def b/main/lzo/B/win32/vc_dll.def index 215fb86d..967cdf16 100644 --- a/main/lzo/B/win32/vc_dll.def +++ b/main/lzo/B/win32/vc_dll.def @@ -1,7 +1,7 @@ EXPORTS
- _lzo1c_decompress_asm=lzo1c_decompress_asm
- _lzo1f_decompress_asm_fast=lzo1f_decompress_asm_fast
- _lzo1x_decompress_asm=lzo1x_decompress_asm
- _lzo1x_decompress_asm_fast=lzo1x_decompress_asm_fast
- _lzo1y_decompress_asm=lzo1y_decompress_asm
- _lzo1y_decompress_asm_fast=lzo1y_decompress_asm_fast
+ lzo1c_decompress_asm
+ lzo1f_decompress_asm_fast
+ lzo1x_decompress_asm
+ lzo1x_decompress_asm_fast
+ lzo1y_decompress_asm
+ lzo1y_decompress_asm_fast
|