1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

(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 e2a305144c
commit 317beebd7d

View File

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