Work around a typedef in ide_support.h that breaks win32 builds.

Does not appear to be used anyway, so nothing is lost be excising it.

NOTE: The dependency files are not up to date for fluid with the latest modifications, so changes to the headers are not triggering a recompile of the source files when they ought to.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur
2010-04-12 09:55:43 +00:00
parent e1d22ebba7
commit 1fb3b9ff4b
+4
View File
@@ -32,7 +32,11 @@
#include <FL/Fl_Preferences.H>
#ifndef WIN32
/* Remove this typedef from win32 builds, it seems it clashes
* with existing symbol names. It does not appear to be used. */
typedef char UUID[40];
#endif
typedef char XCID[25];