Skip to content
Snippets Groups Projects
Commit a5ee639b authored by deuce's avatar deuce
Browse files

64-bit

parent b29531fa
No related branches found
No related tags found
No related merge requests found
...@@ -106,10 +106,12 @@ void sbbs_t::putmsgptrs() ...@@ -106,10 +106,12 @@ void sbbs_t::putmsgptrs()
extern "C" BOOL DLLCALL putmsgptrs(scfg_t* cfg, uint usernumber, subscan_t* subscan) extern "C" BOOL DLLCALL putmsgptrs(scfg_t* cfg, uint usernumber, subscan_t* subscan)
{ {
char str[256]; char str[256];
ushort idx,scancfg; ushort idx;
uint16_t scancfg;
uint i,j; uint i,j;
int file; int file;
ulong l=0L,length; ulong length;
uint32_t l=0L;
if(!usernumber) if(!usernumber)
return(FALSE); return(FALSE);
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
/****************************************************************************/ /****************************************************************************/
/****************************************************************************/ /****************************************************************************/
int SMBCALL smb_addmsg(smb_t* smb, smbmsg_t* msg, int storage, long dupechk_hashes int SMBCALL smb_addmsg(smb_t* smb, smbmsg_t* msg, int storage, long dupechk_hashes
,ushort xlat, const uchar* body, const uchar* tail) ,uint16_t xlat, const uchar* body, const uchar* tail)
{ {
uchar* lzhbuf=NULL; uchar* lzhbuf=NULL;
long lzhlen; long lzhlen;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment