diff options
author | tron <tron@openttd.org> | 2005-07-25 07:16:10 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-25 07:16:10 +0000 |
commit | 2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch) | |
tree | a82d96125e84eafe4fb9321c49e6f8a880e8c141 /video/win32_v.h | |
parent | f1c254befaba4980e832a82dee2adbefa6587ead (diff) | |
download | openttd-2faf06f4cdc47c7774329a6ebdcd4432420bee72.tar.xz |
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'video/win32_v.h')
-rw-r--r-- | video/win32_v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/win32_v.h b/video/win32_v.h index eba72cc8f..ccc9aed94 100644 --- a/video/win32_v.h +++ b/video/win32_v.h @@ -3,7 +3,7 @@ #ifndef VIDEO_WIN32_H #define VIDEO_WIN32_H -#include "hal.h" +#include "../hal.h" bool MyShowCursor(bool show); |