Fix filewatcher RemoveDirectory issue.
Windows headers define RemoveDirectory as RemoveDirectoryA. system/FileWatcher.h needs to be included after any headers that might include windows headers.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <system/FileWatcher.h>
|
||||
// include order is important
|
||||
#include <efsw/efsw.hpp>
|
||||
#include <system/FileWatcher.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
Reference in New Issue
Block a user