Changeset 2e0f24d for lib/misc.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
  • lib/misc.c

    rb6cd9e9 r2e0f24d  
    398398void random_bytes( unsigned char *buf, int count )
    399399{
     400#ifndef _WIN32
    400401        static int use_dev = -1;
    401402       
     
    447448       
    448449        if( !use_dev )
     450#endif
    449451        {
    450452                int i;
Note: See TracChangeset for help on using the changeset viewer.