(svn r2666) w32dm.c needs MAX_PATH, which gets defined in variables.h

This commit is contained in:
tron 2005-07-21 19:57:07 +00:00
parent cbd5227934
commit 0feddf1da1

View File

@ -30,6 +30,7 @@
#include "openttd.h"
#include "string.h"
#include "variables.h"
#include "sound.h"
#include "hal.h"