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 , 22 years ago
comment:3 by , 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.
implementation:
DWORD CThread::SuspendThread()
{
}