fix #include directives so they work with dos tools (8.3 filename)
This commit is contained in:
parent
b3fe002f50
commit
6ea9d9da67
4
cfte.cpp
4
cfte.cpp
|
@ -20,7 +20,7 @@
|
|||
#include "ftever.h"
|
||||
#include "sysdep.h"
|
||||
#include "feature.h"
|
||||
#include "c_fconfig.h"
|
||||
#include "c_fcon~1.h"
|
||||
#include "s_files.h"
|
||||
#include "c_mode.h"
|
||||
|
||||
|
@ -40,7 +40,7 @@ long pos = 0;
|
|||
char XTarget[MAXPATH] = "";
|
||||
char StartDir[MAXPATH] = "";
|
||||
|
||||
#include "c_commands.h"
|
||||
#include "c_comm~1.h"
|
||||
#include "c_cmdtab.h"
|
||||
|
||||
typedef struct _CurPos {
|
||||
|
|
22
fte.h
22
fte.h
|
@ -19,7 +19,7 @@
|
|||
#endif // NEED_LOG_H
|
||||
#include "console.h"
|
||||
#include "gui.h"
|
||||
#include "c_desktop.h"
|
||||
#include "c_desk~1.h"
|
||||
#include "e_regex.h"
|
||||
#include "c_mode.h"
|
||||
#include "c_hilit.h"
|
||||
|
@ -29,14 +29,14 @@
|
|||
#include "s_files.h"
|
||||
#include "s_direct.h"
|
||||
#include "c_config.h"
|
||||
#include "c_fconfig.h"
|
||||
#include "c_fcon~1.h"
|
||||
#include "i_oview.h"
|
||||
#include "i_input.h"
|
||||
#include "i_key.h"
|
||||
#include "i_choice.h"
|
||||
#include "i_ascii.h"
|
||||
#include "i_view.h"
|
||||
#include "i_modelview.h"
|
||||
#include "i_mode~1.h"
|
||||
#include "egui.h"
|
||||
#include "o_model.h"
|
||||
#include "e_buffer.h"
|
||||
|
@ -45,14 +45,14 @@
|
|||
#include "e_tags.h"
|
||||
#include "s_util.h"
|
||||
#include "i_search.h"
|
||||
#include "i_complete.h"
|
||||
#include "o_directory.h"
|
||||
#include "o_messages.h"
|
||||
#include "o_buflist.h"
|
||||
#include "o_routine.h"
|
||||
#include "o_modemap.h"
|
||||
#include "c_commands.h"
|
||||
#include "c_history.h"
|
||||
#include "i_comp~1.h"
|
||||
#include "o_dire~1.h"
|
||||
#include "o_mess~1.h"
|
||||
#include "o_bufl~1.h"
|
||||
#include "o_rout~1.h"
|
||||
#include "o_mode~1.h"
|
||||
#include "c_comm~1.h"
|
||||
#include "c_hist~1.h"
|
||||
|
||||
#if defined(_DEBUG) && defined(MSVC) && defined(MSVCDEBUG)
|
||||
#include <crtdbg.h>
|
||||
|
|
Reference in a new issue