mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Remove duplicate #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-2
@@ -42,6 +42,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
|
#include <shellapi.h>
|
||||||
|
|
||||||
void fl_free_fonts(void);
|
void fl_free_fonts(void);
|
||||||
void fl_release_dc(HWND,HDC);
|
void fl_release_dc(HWND,HDC);
|
||||||
@@ -85,8 +86,6 @@ void fl_cleanup_dc_list(void);
|
|||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ole2.h>
|
|
||||||
#include <shellapi.h>
|
|
||||||
|
|
||||||
extern bool fl_clipboard_notify_empty(void);
|
extern bool fl_clipboard_notify_empty(void);
|
||||||
extern void fl_trigger_clipboard_notify(int source);
|
extern void fl_trigger_clipboard_notify(int source);
|
||||||
|
|||||||
Reference in New Issue
Block a user