git-svn-id: http://moon:8086/svn/software/trunk/libsrc/asiosdk2@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
15 lines
209 B
C++
Executable File
15 lines
209 B
C++
Executable File
#include "asiosys.h"
|
|
|
|
#if DEBUG
|
|
#if MAC
|
|
#include <TextUtils.h>
|
|
void DEBUGGERMESSAGE(char *string)
|
|
{
|
|
c2pstr(string);
|
|
DebugStr((unsigned char *)string);
|
|
}
|
|
#else
|
|
#error debugmessage
|
|
#endif
|
|
#endif
|