Hi!
Would it cause some problems to define MAX_PATH in iconbar.c? I have to
add a small MAX_PATH patch to compile on FreeBSD!
Diff attached...
\\troback
--
============================================
Microsoft is not the answer.
Microsoft is the question.
And 'No' is the answer!
--------------------------------------------
Anders Trobäck
http://www.troback.com
*** iconbar.c_org Fri Nov 4 09:49:17 2005
--- iconbar.c Fri Nov 4 09:49:31 2005
***************
*** 4,9 ****
--- 4,13 ----
#include "prefs.h"
/* #include "icon_editor.h" */
+ #ifndef PATH_MAX
+ #define PATH_MAX 512
+ #endif
+
void iconbar_icon_move(Icon *icon);
void iconbar_icons_fix(Iconbar *ib);
void iconbar_icons_load(Iconbar *ib);