Exemplo n.º 1
0
 public static void tdReleaseString(IntPtr thestring)
 {
     if (isWindows)
     {
         WindowsWrapper.tdReleaseString(thestring);
     }
     else
     {
         UnixWrapper.tdReleaseString(thestring);
     }
 }