From 3c3401d47c364140d8e1ebe95f6cb2b9e188f698 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 8 Jul 2009 17:08:08 -0400 Subject: Linux version can be installed and run from anywhere. --- src/textadept.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/textadept.h') diff --git a/src/textadept.h b/src/textadept.h index 1c8f0b3a..666c361d 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -19,13 +19,7 @@ extern "C" { #include } -#ifdef WIN32 -#include "Windows.h" -#define strcasecmp _stricmp -#endif - #ifdef MAC -#include using namespace Scintilla; #endif @@ -34,11 +28,7 @@ extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry, *fnext_button, *fprev_button, *r_button, *ra_button, *match_case_opt, *whole_word_opt, *lua_opt, *in_files_opt; -#if !(WIN32 || MAC) -static const char *textadept_home = "/usr/share/textadept/"; -#else extern char *textadept_home; -#endif static long SS(ScintillaObject *sci, unsigned int msg, unsigned long wParam=0, long lParam=0) { -- cgit v1.2.3