mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8481] Convert some detected files to unix line ends.
This commit is contained in:
parent
cfacd7e696
commit
7837fd93b4
4 changed files with 2377 additions and 2377 deletions
|
|
@ -1,19 +1,19 @@
|
|||
/* zmemory.c
|
||||
Internal memory alloc and memory free functions
|
||||
/* zmemory.c
|
||||
Internal memory alloc and memory free functions
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
const char *z_errmsg[10]; // Needed by zlib
|
||||
|
||||
voidpf zcalloc(voidpf opaque, uInt items, uInt size)
|
||||
{
|
||||
return (voidpf)calloc(items, size);
|
||||
}
|
||||
|
||||
void zcfree(voidpf opaque, voidpf address)
|
||||
{
|
||||
free(address);
|
||||
}
|
||||
#include <malloc.h>
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
const char *z_errmsg[10]; // Needed by zlib
|
||||
|
||||
voidpf zcalloc(voidpf opaque, uInt items, uInt size)
|
||||
{
|
||||
return (voidpf)calloc(items, size);
|
||||
}
|
||||
|
||||
void zcfree(voidpf opaque, voidpf address)
|
||||
{
|
||||
free(address);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,47 +1,47 @@
|
|||
LIBRARY StormLib.dll
|
||||
|
||||
EXPORTS
|
||||
|
||||
SFileSetLocale
|
||||
SFileGetLocale
|
||||
SFileOpenArchive
|
||||
SFileCloseArchive
|
||||
|
||||
SFileOpenFileEx
|
||||
SFileCloseFile
|
||||
SFileGetFilePos
|
||||
SFileGetFileSize
|
||||
SFileSetFilePointer
|
||||
SFileReadFile
|
||||
SFileExtractFile
|
||||
|
||||
SFileAddListFile
|
||||
|
||||
SFileCreateArchiveEx
|
||||
|
||||
SFileAddFile
|
||||
SFileAddWave
|
||||
SFileRemoveFile
|
||||
SFileRenameFile
|
||||
SFileSetFileLocale
|
||||
|
||||
SFileHasFile
|
||||
SFileGetFileName
|
||||
SFileGetFileInfo
|
||||
|
||||
SFileFindFirstFile
|
||||
SFileFindNextFile
|
||||
SFileFindClose
|
||||
|
||||
SListFileFindFirstFile
|
||||
SListFileFindNextFile
|
||||
SListFileFindClose
|
||||
|
||||
SFileSetCompactCallback
|
||||
SFileCompactArchive
|
||||
|
||||
SFileEnumLocales
|
||||
|
||||
SCompCompress
|
||||
SCompDecompress
|
||||
SCompSetDataCompression
|
||||
LIBRARY StormLib.dll
|
||||
|
||||
EXPORTS
|
||||
|
||||
SFileSetLocale
|
||||
SFileGetLocale
|
||||
SFileOpenArchive
|
||||
SFileCloseArchive
|
||||
|
||||
SFileOpenFileEx
|
||||
SFileCloseFile
|
||||
SFileGetFilePos
|
||||
SFileGetFileSize
|
||||
SFileSetFilePointer
|
||||
SFileReadFile
|
||||
SFileExtractFile
|
||||
|
||||
SFileAddListFile
|
||||
|
||||
SFileCreateArchiveEx
|
||||
|
||||
SFileAddFile
|
||||
SFileAddWave
|
||||
SFileRemoveFile
|
||||
SFileRenameFile
|
||||
SFileSetFileLocale
|
||||
|
||||
SFileHasFile
|
||||
SFileGetFileName
|
||||
SFileGetFileInfo
|
||||
|
||||
SFileFindFirstFile
|
||||
SFileFindNextFile
|
||||
SFileFindClose
|
||||
|
||||
SListFileFindFirstFile
|
||||
SListFileFindNextFile
|
||||
SListFileFindClose
|
||||
|
||||
SFileSetCompactCallback
|
||||
SFileCompactArchive
|
||||
|
||||
SFileEnumLocales
|
||||
|
||||
SCompCompress
|
||||
SCompDecompress
|
||||
SCompSetDataCompression
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8480"
|
||||
#define REVISION_NR "8481"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue