mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
If win32 define ssize_t.
This commit is contained in:
4
worker.c
4
worker.c
@@ -23,6 +23,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#define ssize_t int
|
||||||
|
#endif
|
||||||
|
|
||||||
void* WorkingLoop(void* arguments)
|
void* WorkingLoop(void* arguments)
|
||||||
{
|
{
|
||||||
AtaErrorRegistersChs ata_chs_error_regs;
|
AtaErrorRegistersChs ata_chs_error_regs;
|
||||||
|
|||||||
Reference in New Issue
Block a user