Skip to content

Commit

Permalink
fix #22
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Jun 14, 2024
1 parent 2dcd708 commit 5b0b65c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions include/libfragmentzip/libfragmentzip.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
#define libfragmentzip_h

#include <curl/curl.h>
#include <sys/types.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/types.h>
#include <stdbool.h>

#ifdef _WIN32
#define STATIC_INLINE static __inline
Expand All @@ -36,11 +37,6 @@
#ifdef __cplusplus
extern "C"
{
#else
typedef enum{
false = 0,
true = 1
}bool;
#endif

typedef struct{
Expand Down

0 comments on commit 5b0b65c

Please sign in to comment.