Skip to content

Commit

Permalink
Fixed windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Feb 22, 2024
1 parent b8bcb11 commit 0fd8f65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/n64graphics/n64graphics.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
#if defined(_WIN32) || defined(_WIN64)
#include <string.h>
#else
#include <strings.h>
#endif

#define STBI_NO_LINEAR
#define STBI_NO_HDR
Expand Down

0 comments on commit 0fd8f65

Please sign in to comment.