mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
STR #2093 - fix typo (name case) FCNTL.H should be fcntl.h, affecting some mingw builds
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6532 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
# include <direct.h>
|
# include <direct.h>
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# include <FCNTL.H>
|
# include <fcntl.h>
|
||||||
# include <commdlg.h>
|
# include <commdlg.h>
|
||||||
# include <FL/x.H>
|
# include <FL/x.H>
|
||||||
# ifndef __WATCOMC__
|
# ifndef __WATCOMC__
|
||||||
|
|||||||
Reference in New Issue
Block a user