Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / base / shell / explorer / shell / fatfs.cpp
index a667e2b..5cd2372 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "fatfs.h"
 
+#ifdef _DEBUG
 
 static union DEntry* link_dir_entries(struct dirent* dir, struct Kette* K, int cnt)
 {
@@ -634,3 +635,5 @@ int FATDrive::get_cache_buffer()    // search for free cache buffer
 
  return j;
 }
+
+#endif // _DEBUG