Changeset 2e0f24d for storage_text.c


Ignore:
Timestamp:
2008-06-10T21:09:08Z (16 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
178e2f8
Parents:
b6cd9e9 (diff), 6a72a57 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge support for cross-compiling for Windows using the mingw32 compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    rb6cd9e9 r2e0f24d  
    2727#include "bitlbee.h"
    2828#include "crypting.h"
     29#ifdef _WIN32
     30# define umask _umask
     31# define mode_t int
     32#endif
     33
     34#ifndef F_OK
     35#define F_OK 0
     36#endif
    2937
    3038static void text_init (void)
Note: See TracChangeset for help on using the changeset viewer.