Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/asiosdk2@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user