Author: matt Date: 2011-01-01 11:05:30 -0800 (Sat, 01 Jan 2011) New Revision: 8162 Log: Fixed case typo
Modified: branches/branch-1.3/FL/Fl_Printer.H Modified: branches/branch-1.3/FL/Fl_Printer.H =================================================================== --- branches/branch-1.3/FL/Fl_Printer.H 2011-01-01 19:04:26 UTC (rev 8161) +++ branches/branch-1.3/FL/Fl_Printer.H 2011-01-01 19:05:30 UTC (rev 8162) @@ -41,7 +41,7 @@ #if !(defined(__APPLE__) || defined(WIN32)) #include <FL/Fl_PostScript.H> #elif defined(WIN32) -#include <Commdlg.h> +#include <commdlg.h> #endif #if defined(__APPLE__) || defined(WIN32) || defined(FL_DOXYGEN) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
