@@ -22,6 +22,9 @@
#ifndef MINIRENT_H_
#define MINIRENT_H_
+#define WIN32_LEAN_AND_MEAN
+#include "windows.h"
+
struct dirent
{
char d_name[MAX_PATH+1];