Opened 22 years ago

Last modified 19 years ago

#259 closed Bug report

missing SuspendThread() implementation

Reported by: mrdoubleyou Owned by:
Priority: normal Component: Other
Keywords: Cc: mrdoubleyou, chomo, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

FileZilla Server:
thread.cpp does not contain implementation of
DWORD SuspendThread();

Change History (3)

comment:1 by mrdoubleyou, 22 years ago

implementation:

DWORD CThread::SuspendThread()
{

return ::SuspendThread(m_hThread);

}

comment:2 by chomo, 21 years ago

look up ideal

comment:3 by Tim Kosse, 19 years ago

This bug report has been closed due to inactivity and has possibly
already been solved.

You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).

Note: See TracTickets for help on using tickets.