Commit 9a33a2fa97d73e6797a19a6924298c6613458c51

Authored by perry.werneck@gmail.com
1 parent d51f9474
Exists in master

Acertando compilacao em windows

latest/pw3270.cbp
... ... @@ -719,6 +719,11 @@
719 719 <Option target="libtest" />
720 720 </Unit>
721 721 <Unit filename="src\plugins\pipectl\Makefile.in" />
  722 + <Unit filename="src\plugins\pipectl\commands.c">
  723 + <Option compilerVar="CC" />
  724 + <Option target="Debug" />
  725 + <Option target="Release" />
  726 + </Unit>
722 727 <Unit filename="src\plugins\pipectl\init.c">
723 728 <Option compilerVar="CC" />
724 729 </Unit>
... ...
latest/src/plugins/pipectl/pipectl.h
... ... @@ -40,7 +40,7 @@
40 40 #include <glib/gi18n.h>
41 41  
42 42 #include <lib3270/plugins.h>
43   - #include <lib3270/api.h>
  43 + #include <lib3270.h>
44 44  
45 45 #define PIPE_BUFFER_LENGTH 4096
46 46  
... ...
latest/src/plugins/pipectl/pipesource.c
... ... @@ -32,7 +32,7 @@
32 32  
33 33 #include <windows.h>
34 34 #include <stdarg.h>
35   - #include <lib3270/api.h>
  35 + #include <lib3270.h>
36 36 #include <lib3270/macros.h>
37 37 #include "pipectl.h"
38 38  
... ...