Skip to content

Commit

Permalink
Fix c header
Browse files Browse the repository at this point in the history
  • Loading branch information
superflexible committed Dec 23, 2019
1 parent 067fc38 commit aeccc69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ctgputtylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ typedef struct
const char *fxp_error_message; // accessed by host application too
int fxp_errtype; // accessed by host application too

#if defined(CALLBACK_MALLOC) || defined(DEBUG_MALLOC)
void* (*malloc_callback) (size_t size);
void (*free_callback) (void* ptr);
void* (*realloc_callback)(void* ptr, size_t new_size);
Expand All @@ -91,6 +92,7 @@ typedef struct
void* (*debug_realloc_callback)(void* ptr, size_t new_size, const char* filename, const int line);

bool usememorycallbacks;
#endif

// STRICTLY LIBRARY PRIVATE FIELDS FOLLOW
char reservedbytes[301];
Expand Down
Binary file removed tgputtylib/windows/tgputtylib.dll
Binary file not shown.
Binary file removed tgputtylib/windows/tgputtylib.lib
Binary file not shown.

0 comments on commit aeccc69

Please sign in to comment.