Donate Share

YSM ICQ - You Sick Me - ICQ Client

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

mingw compillation - solved

You are viewing a single message from this topic. View all messages.

  1. nobody

    2009-05-22 09:11:13 UTC
    diff -ruN ysmv7-20090522.orig/src/YSM_Compat.h ysmv7-20090522/src/YSM_Compat.h
    --- ysmv7-20090522.orig/src/YSM_Compat.h Sun Feb 6 04:10:20 2005
    +++ ysmv7-20090522/src/YSM_Compat.h Fri May 22 11:01:31 2009
    @@ -92,7 +92,7 @@
    #endif

    /* used in *nix systems lacking posix data types */
    -#ifdef MISSING_SIGNED
    +/*#ifdef MISSING_SIGNED
    typedef signed char int8_t;
    typedef signed short int16_t;
    typedef signed int int32_t;
    @@ -101,7 +101,7 @@
    typedef unsigned char u_int8_t;
    typedef unsigned short u_int16_t;
    typedef unsigned int u_int32_t;
    -#endif
    +#endif*/

    #ifdef WIN32
    typedef signed char int8_t;
    @@ -110,7 +110,7 @@
    typedef unsigned short u_int16_t;
    typedef signed int int32_t;
    typedef unsigned int u_int32_t;
    -typedef SSIZE_T ssize_t;
    +/*typedef SSIZE_T ssize_t;*/
    #else
    #include <sys/types.h>
    #include <sys/wait.h>
< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.