From ad967af70ca45c29411d6425b4027ef86276f597 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 14 Oct 2017 08:35:38 +0000 Subject: Fix confusing (QT style) doxygen comment marker. Add a space between '/*' and '!'. Other changes: comment alignment. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12494 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Native_File_Chooser_WIN32.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index 4eb03ae8a..c726dd8bf 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -2,7 +2,7 @@ // // FLTK native OS file chooser widget // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 2004 Greg Ercolano. // API changes + filter improvements by Nathan Vander Wilt 2005 // @@ -28,14 +28,14 @@ #include // sprintf #include -#define FNFC_MAX_PATH 32768 // XXX: MAX_PATH under win32 is 260, too small for modern use +#define FNFC_MAX_PATH 32768 // XXX: MAX_PATH under win32 is 260, too small for modern use #include # include # include // OPENFILENAMEW, GetOpenFileName() # include // BROWSEINFOW, SHBrowseForFolder() # include // FL_EXPORT -#include // for fl_open_display +#include // fl_open_display class Fl_WinAPI_Native_File_Chooser_Driver : public Fl_Native_File_Chooser_Driver { @@ -1029,7 +1029,7 @@ static LPCWSTR utf8towchar(const char *in) { return wout; } -#endif /*!FL_DOXYGEN*/ +#endif /* !FL_DOXYGEN */ // // End of "$Id$". -- cgit v1.2.3