diff options
Diffstat (limited to 'updater/zlib123/contrib/delphi/ZLibConst.pas')
-rw-r--r-- | updater/zlib123/contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/updater/zlib123/contrib/delphi/ZLibConst.pas b/updater/zlib123/contrib/delphi/ZLibConst.pas deleted file mode 100644 index 9e9fa18..0000000 --- a/updater/zlib123/contrib/delphi/ZLibConst.pas +++ /dev/null @@ -1,11 +0,0 @@ -unit ZLibConst;
-
-interface
-
-resourcestring
- sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
- sInvalidStreamOp = 'Invalid stream operation';
-
-implementation
-
-end.
|