mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Wrap NSLog with DEBUG
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c0c0af046b
commit
cec559f512
1 changed files with 3 additions and 0 deletions
|
@ -876,7 +876,10 @@ EXPORT BOOL __cdecl removeNotification(HICON icon, REMOVE_NOTE_INFO_T *noteinfo)
|
|||
NSAutoreleasePool *pool = [NSAutoreleasePool new];
|
||||
NOTIFYICONDATA notifyData = { 0 };
|
||||
BOOL status = TRUE;
|
||||
|
||||
#if defined(DEBUG)
|
||||
NSLog(@"%s:%d:ID %d", __PRETTY_FUNCTION__, __LINE__, noteinfo->uniqueID);
|
||||
#endif
|
||||
|
||||
_setupNotifyData(notifyData);
|
||||
//s_setupNotifyDataTextInfo(notifyData, "", "");
|
||||
|
|
Loading…
Reference in a new issue