mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
Place #include <FL/platform_types.h> as first directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
#ifndef __CYGWIN__
|
#ifndef __CYGWIN__
|
||||||
/* Emulation of posix scandir() call */
|
/* Emulation of posix scandir() call */
|
||||||
#include <FL/fl_utf8.h>
|
|
||||||
#include <FL/platform_types.h>
|
#include <FL/platform_types.h>
|
||||||
|
#include <FL/fl_utf8.h>
|
||||||
#include "flstring.h"
|
#include "flstring.h"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user