Commit b17708d1e86477d28b8afe18a20b8c27a2e113c1

Authored by perry.werneck@gmail.com
1 parent fa7ea25a

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 32 #define RX3270_H_INCLUDED 1
33 33  
34 34 #include <lib3270/config.h>
  35 + #include <stdint.h>
35 36  
36 37 #ifdef HAVE_OOREXXAPI_H
37   - #ifdef WIN32
38   - #define _SSIZE_T_DEFINED
39   - #endif
40 38 #include <oorexxapi.h>
41 39 #else
42 40 #error Only Rexx 4
... ...