From a8e87e8efd47676ff0f04fbfba14be189b169ebb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 8 Jul 2009 19:39:26 -0400 Subject: Replace lua_dialog with gcocoadialog. --- src/textadept.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index cec9cb3c..00ed9a44 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,9 +1,12 @@ // Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. #include "textadept.h" -#if WIN32 -#include -#elif MAC +#if !(WIN32 || MAC) +#include +#elif WIN32 +#include "Windows.h" +#define strcasecmp _stricmp +#else #include #include "ige-mac-menu.h" #define CFURL_TO_STR(u) \ -- cgit v1.2.3