mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 16:54:02 -04:00
backend: define z_alloca() and use for both Unix and Windows;
replace double-slash comments with old-skool slash asterisk ones; define uint16_t etc for Windows ourselves and remove ms_stdint.h & stdint_msvc.h as no longer used; (backend (excepting test suite) now C89 compatible) LICENSE: move from backend to root and move COPYING to frontend, with copies in frontend_qt & backend_qt, so in where it applies; add LICENSE section from manual to root README
This commit is contained in:
parent
5ee3895bca
commit
930f458979
70 changed files with 2650 additions and 2038 deletions
|
@ -52,7 +52,6 @@ HEADERS += ../backend/aztec.h \
|
|||
../backend/ksx1001.h \
|
||||
../backend/large.h \
|
||||
../backend/maxicode.h \
|
||||
../backend/ms_stdint.h \
|
||||
../backend/output.h \
|
||||
../backend/pcx.h \
|
||||
../backend/pdf417.h \
|
||||
|
@ -62,7 +61,6 @@ HEADERS += ../backend/aztec.h \
|
|||
../backend/reedsol_logs.h \
|
||||
../backend/rss.h \
|
||||
../backend/sjis.h \
|
||||
../backend/stdint_msvc.h \
|
||||
../backend/tif.h \
|
||||
../backend/tif_lzw.h \
|
||||
../backend/zfiletypes.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue