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