Changeset 4146a07 for storage_text.c


Ignore:
Timestamp:
2005-12-17T01:25:32Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
643dfc4
Parents:
bd69a21
Message:

Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    rbd69a21 r4146a07  
    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
    3038/* DO NOT USE THIS FUNCTION IN NEW CODE. This
Note: See TracChangeset for help on using the changeset viewer.