runvnc / bcryptnim

15 stars 4 forks source link

Fixed bcryptnim compilation on Apple OS X. #2

Closed oderwat closed 9 years ago

oderwat commented 9 years ago

While trying to compile nimforum on my Mac I found a problem compiling the bcryptnim library on OS X. This is fixed by including "unistd.h" instead of "crypt.h".