From a69133d3177f025d9810bdf9305147f80bbb270e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 25 Mar 2016 13:08:48 +0000 Subject: Separating platform-dependent from platform-independent code: make src/Fl.cxx cross-platform. File src/Fl_win32.cxx is now compiled instead of included in Fl.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11420 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx index 031b0aac2..1a59a2c05 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx @@ -20,6 +20,12 @@ #include "../../config_lib.h" #include "Fl_WinAPI_System_Driver.H" +#if !defined(FL_DOXYGEN) +const char* fl_local_alt = "Alt"; +const char* fl_local_ctrl = "Ctrl"; +const char* fl_local_meta = "Meta"; +const char* fl_local_shift = "Shift"; +#endif // // End of "$Id$". -- cgit v1.2.3