- Good bye __USE_W32API, _DISABLE_TIDENTS
[reactos.git] / rostests / tests / regqueryvalue / regqueryvalue.c
index dd275e6..f43179a 100644 (file)
@@ -1,4 +1,3 @@
-#define _DISABLE_TIDENTS
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -63,7 +62,6 @@ int main( int argc, char **argv ) {
 
   free( WcharResult );
   free( CharResult );
-  free( ValueNameWC );
 
   return 0;
 }