Huw Davies (@huw) commented about dlls/nsiproxy.sys/ip.c:
key_data = (BYTE *)key_data + key_size;
rw_data = (BYTE *)rw_data + rw_size;
dynamic_data = (BYTE *)dynamic_data + dynamic_size;
static_data = (BYTE *)static_data + static_size;
}
num++;
}
fclose(fp);
- }
+#else FIXME( "not implemented\n" );
- *count = 0;
- return STATUS_SUCCESS;
- return STATUS_NOT_IMPLEMENTED;
+#endif
There are some extraneous spaces on this line.