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:
@@ -1,9 +1,15 @@
|
||||
; SPDX-License-Identifier: NOASSERTION
|
||||
;
|
||||
|
||||
; Text encoded with Code Page 866 - Cyrillic
|
||||
|
||||
|
||||
format MS COFF
|
||||
public EXPORTS
|
||||
section '.flat' code readable align 16
|
||||
|
||||
include '../../../../macros.inc'
|
||||
include '../../../../proc32.inc'
|
||||
include '../../../macros.inc'
|
||||
include '../../../proc32.inc'
|
||||
|
||||
|
||||
|
||||
@@ -1734,4 +1740,3 @@ EXPORTS:
|
||||
sz_exif_get_tag db 'exif_get_tag',0
|
||||
sz_exif_get_tag_id db 'exif_get_tag_id',0
|
||||
sz_exif_get_child db 'exif_get_child',0
|
||||
|
Reference in New Issue
Block a user