Skip to content

Commit

Permalink
libs/fst: How does VS
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 17, 2024
1 parent 0890929 commit 4269cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/fst/00_PATCH_win_zlib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
-#include <zlib.h>
#include <inttypes.h>
#if defined(_MSC_VER)
- #include "fst_win_unistd.h"
+ #include "libs/zlib/zlib.h"
#include "fst_win_unistd.h"
+ #include "libs/fst/fst_win_unistd.h"
#else
+ #include <zlib.h>
#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion libs/fst/fstapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
#include <inttypes.h>
#if defined(_MSC_VER)
#include "libs/zlib/zlib.h"
#include "fst_win_unistd.h"
#include "libs/fst/fst_win_unistd.h"
#else
#include <zlib.h>
#include <unistd.h>
Expand Down

0 comments on commit 4269cf3

Please sign in to comment.