Changeset 2e0f24d for ipc.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
  • ipc.c

    rb6cd9e9 r2e0f24d  
    439439}
    440440
     441#ifndef _WIN32
    441442char *ipc_master_save_state()
    442443{
     
    504505}
    505506
    506 #ifndef _WIN32
    507507int ipc_master_listen_socket()
    508508{
     
    541541}
    542542#else
     543int ipc_master_listen_socket()
     544{
    543545        /* FIXME: Open named pipe \\.\BITLBEE */
     546        return 0;
     547}
    544548#endif
    545549
Note: See TracChangeset for help on using the changeset viewer.