diff options
author | Matt Fleming <matt.fleming@linux.intel.com> | 2011-04-13 23:00:16 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@linux.intel.com> | 2011-04-26 09:53:54 +0100 |
commit | 951176f62a9dd81d0f978555bf2d5ce0b61d49ca (patch) | |
tree | b36746be60450983b8ee3e6681b89e6d5d9458af /com32/cmenu/adv_menu.tpl | |
parent | 4965354404524633425c69a1adbbb386cfa0e1ed (diff) | |
download | syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.tar.gz syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.tar.xz syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.zip |
cmenu: Rename menu.h to cmenu.h
In preparation for moving com32/menu/menu.h to com32/include/ let's
rename com32/cmenu/menu.h. This stops us having two header files named
menu.h which would mean that we'd have to be super careful with our
include paths to ensure we included the correct header.
Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/cmenu/adv_menu.tpl')
-rw-r--r-- | com32/cmenu/adv_menu.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/cmenu/adv_menu.tpl b/com32/cmenu/adv_menu.tpl index e60383f8..89317095 100644 --- a/com32/cmenu/adv_menu.tpl +++ b/com32/cmenu/adv_menu.tpl @@ -34,7 +34,7 @@ modify this template to suit your needs #define NULL ((void *) 0) #endif -#include "menu.h" +#include "cmenu.h" #include "help.h" #include "passwords.h" #include "com32io.h" |