You've already forked lazarus-ccr
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user