Subversion Repositories filter_foundry

Rev

Rev 482 | Rev 492 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 482 Rev 489
Line 21... Line 21...
21
#include "str.h"
21
#include "str.h"
22
 
22
 
23
void dbg(TCHAR *s){
23
void dbg(TCHAR *s){
24
    #ifdef DEBUG
24
    #ifdef DEBUG
25
        MessageBox(NULL,s,TEXT("plugin debug"),0);
25
        MessageBox(NULL,s,TEXT("plugin debug"),0);
-
 
26
    #else
-
 
27
    UNREFERENCED_PARAMETER(s);
26
        #endif
28
        #endif
27
}
29
}