lazbarcodes: Rename internally used units to avoid naming conflict with CodeTyphon package PL_APE

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6814 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-02-11 15:15:24 +00:00
parent a39f3e539c
commit 4a2553c983
13 changed files with 52 additions and 55 deletions

View File

@ -7,8 +7,8 @@ unit lazbarcodes;
interface
uses
zint, uaztec, ubasic, udatamatrix, uhelper, uqr, ureedsolomon, urender,
usjis, ubarcodes, LazarusPackageIntf;
zint, lbc_aztec, lbc_basic, lbc_datamatrix, lbc_helper, lbc_qr, lbc_reedsolomon,
lbc_render, lbc_sjis, ubarcodes, LazarusPackageIntf;
implementation
@ -18,5 +18,5 @@ begin
end;
initialization
RegisterPackage('lazbarcodes', @Register);
RegisterPackage('LazBarCodes', @Register);
end.