Skip to content

Commit

Permalink
fix on posix with ldc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleidic committed Jun 30, 2019
1 parent 6ef1098 commit bf83694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/kaleidic/api/rabbitmq/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version(OpenSSL)
import core.stdc.string:memcpy;
alias ssize_t= long; // FIXME
struct amqp_time_t {}
struct pthread_mutex_t {}
version(Posix) import core.sys.posix.sys.types:pthread_mutex_t;
else struct pthread_mutex_t {}

alias DWORD=int;

Expand Down

0 comments on commit bf83694

Please sign in to comment.