diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2016-01-28 11:18:01 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2016-01-28 11:18:01 +0000 |
| commit | e2cc1a80f09b7b33665be2ae14ef20673f9d6f7b (patch) | |
| tree | 10d398c9dcd94e27e5d95ffc277dbe818437a7d1 /src/Fl_Native_File_Chooser_WIN32.cxx | |
| parent | 74aa645d8f4193b3796a6cd1e8ccea20cfb9f9ea (diff) | |
Some trivial adjustments to support building
under Win32/mingw with the configure/make
on Win7 with Msys.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11073 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Native_File_Chooser_WIN32.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_WIN32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index 2f36635bc..560dc8002 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -29,8 +29,8 @@ #define _binf_ptr (&_binf) #endif -# include <stdlib.h> // malloc -# include <stdio.h> // sprintf +#include <stdlib.h> // malloc +#include <stdio.h> // sprintf #include <wchar.h> #include "Fl_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat |
