Commit b17708d1e86477d28b8afe18a20b8c27a2e113c1
1 parent
fa7ea25a
Exists in
master
and in
5 other branches
Corrigindo empacotamento windows
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/plugins/rx3270/rx3270.h
@@ -32,11 +32,9 @@ | @@ -32,11 +32,9 @@ | ||
32 | #define RX3270_H_INCLUDED 1 | 32 | #define RX3270_H_INCLUDED 1 |
33 | 33 | ||
34 | #include <lib3270/config.h> | 34 | #include <lib3270/config.h> |
35 | + #include <stdint.h> | ||
35 | 36 | ||
36 | #ifdef HAVE_OOREXXAPI_H | 37 | #ifdef HAVE_OOREXXAPI_H |
37 | - #ifdef WIN32 | ||
38 | - #define _SSIZE_T_DEFINED | ||
39 | - #endif | ||
40 | #include <oorexxapi.h> | 38 | #include <oorexxapi.h> |
41 | #else | 39 | #else |
42 | #error Only Rexx 4 | 40 | #error Only Rexx 4 |