Ecore net dialer Windows example: fix undeclared symbols
authorVincent Torri <vincent.torri@gmail.com>
Tue, 18 Jun 2019 12:07:26 +0000 (13:07 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 19 Jun 2019 04:18:32 +0000 (13:18 +0900)
Summary:
missing symbols :

efl_net_dialer_address_dial_get
efl_net_socket_address_remote_get
efl_net_socket_address_local_get
EFL_NET_DIALER_EVENT_DIALER_CONNECTED
EFL_NET_DIALER_EVENT_DIALER_RESOLVED
EFL_NET_DIALER_EVENT_DIALER_ERROR
EFL_NET_DIALER_WINDOWS_CLASS

Test Plan: compilation

Reviewers: zmike, raster, cedric

Subscribers: #reviewers, #committers

Tags: #efl

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

src/examples/ecore/efl_net_dialer_windows_example.c

index e5be598..1c20852 100644 (file)
@@ -1,3 +1,4 @@
+#define EFL_BETA_API_SUPPORT
 #include <Efl_Net.h>
 #include <Ecore_Getopt.h>
 #include <fcntl.h>