develop/libraries/exif: Post-SVN tidy

- Move source code from `trunk` into program root directory.
- Update ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-25 14:24:43 +01:00
parent aad8c2723f
commit e0e82faa87
4 changed files with 1742 additions and 1737 deletions

View File

@@ -1,9 +1,15 @@
; SPDX-License-Identifier: NOASSERTION
;
; Text encoded with Code Page 866 - Cyrillic
format MS COFF format MS COFF
public EXPORTS public EXPORTS
section '.flat' code readable align 16 section '.flat' code readable align 16
include '../../../../macros.inc' include '../../../macros.inc'
include '../../../../proc32.inc' include '../../../proc32.inc'
@@ -1734,4 +1740,3 @@ EXPORTS:
sz_exif_get_tag db 'exif_get_tag',0 sz_exif_get_tag db 'exif_get_tag',0
sz_exif_get_tag_id db 'exif_get_tag_id',0 sz_exif_get_tag_id db 'exif_get_tag_id',0
sz_exif_get_child db 'exif_get_child',0 sz_exif_get_child db 'exif_get_child',0