mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
Make compile for release builds too...
This commit is contained in:
parent
9f7b5e077c
commit
448033f722
1 changed files with 1 additions and 2 deletions
|
@ -304,8 +304,7 @@ ce_sockwrap_delete( CeSocketWrapper* self )
|
|||
} /* ce_sockwrap_delete */
|
||||
|
||||
void
|
||||
ce_sockwrap_hostname( CeSocketWrapper* self, WPARAM XP_UNUSED_DBG(wParam),
|
||||
LPARAM lParam )
|
||||
ce_sockwrap_hostname( CeSocketWrapper* self, WPARAM wParam, LPARAM lParam )
|
||||
{
|
||||
LOG_FUNC();
|
||||
XP_ASSERT( !!self );
|
||||
|
|
Loading…
Reference in a new issue