ecore_win32: remove explicit define of WM_CLIPBOARDUPDATE
authorVincent Torri <vincent.torri@gmail.com>
Wed, 17 Apr 2019 19:45:50 +0000 (15:45 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 24 Apr 2019 05:24:47 +0000 (14:24 +0900)
Summary: since ewpi is used, a newer mingw-w64 is used, which defines WM_CLIPBOARDUPDATE

Test Plan: compilation

Reviewers: raster, zmike, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8643

src/lib/ecore_win32/ecore_win32.c

index 8a8e99c..657f9b8 100644 (file)
  * @cond LOCAL
  */
 
-/* FIXME: uncomment when mingw-w64 will be updated in win-builds */
-
-/* #ifndef WM_CLIPBOARDUPDATE */
-# define WM_CLIPBOARDUPDATE 0x031D
-/* #endif */
-
 /* OLE IID for Drag'n Drop */
 
 #define INITGUID