[SETUPLIB][USETUP] Factor out the usage of FS provider structures.
[reactos.git] / base / services / tftpd / tftpd.h
index f976692..13e1656 100644 (file)
@@ -137,7 +137,11 @@ struct data1
 struct data2
 {
     WSADATA wsaData;
+#ifdef __REACTOS__
+    home homes[MAX_SERVERS];
+#else
     home homes[8];
+#endif
     FILE *logfile;
     data12 hostRanges[32];
     char fileRead;