mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
move logLastError
This commit is contained in:
parent
82030b5382
commit
fd6345c1cb
1 changed files with 0 additions and 7 deletions
|
@ -170,13 +170,6 @@ int messageBoxChar( CEAppGlobals* globals, XP_UCHAR* str, wchar_t* title,
|
|||
XP_U16 buttons );
|
||||
XP_Bool queryBoxChar( CEAppGlobals* globals, const XP_UCHAR* msg );
|
||||
|
||||
#ifdef DEBUG
|
||||
void logLastError( const char* comment );
|
||||
void messageToBuf( UINT message, char* buf, int bufSize );
|
||||
#else
|
||||
# define logLastError(c)
|
||||
#endif
|
||||
|
||||
/* These allow LISTBOX and COMBOBOX to be used by the same code */
|
||||
|
||||
#define INSERTSTRING(g) (IS_SMARTPHONE(g)?LB_INSERTSTRING:CB_INSERTSTRING)
|
||||
|
|
Loading…
Reference in a new issue