Skip to content

Commit

Permalink
[PRISM] Remove ssize_t definition from prism
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Mar 13, 2024
1 parent 4dd9602 commit a05dfbd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions prism/util/pm_buffer.h
Expand Up @@ -15,14 +15,6 @@
#include <stdlib.h>
#include <string.h>

#if defined(_MSC_VER) && !defined(ssize_t)
# ifdef _WIN64
# define ssize_t __int64
# else
# define ssize_t int
# endif
#endif

/**
* A pm_buffer_t is a simple memory buffer that stores data in a contiguous
* block of memory.
Expand Down

0 comments on commit a05dfbd

Please sign in to comment.