Commit b6f1684
committed
fixed new zfec still crashing in Win
imroves 2af4ace fix, which didn't work for Windows, since the compiler
here doesn't accept include with absolute path:
```
tst.c:4:10: fatal error: '/usr/local/src/zfec/fec.h' file not found
4 | #include "/usr/local/src/zfec/fec.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
(neither <> syntax works)1 parent 0d54328 commit b6f1684
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2685 | 2685 | | |
2686 | 2686 | | |
2687 | 2687 | | |
2688 | | - | |
| 2688 | + | |
| 2689 | + | |
| 2690 | + | |
2689 | 2691 | | |
2690 | | - | |
| 2692 | + | |
2691 | 2693 | | |
2692 | 2694 | | |
2693 | 2695 | | |
2694 | 2696 | | |
| 2697 | + | |
2695 | 2698 | | |
2696 | 2699 | | |
2697 | 2700 | | |
| |||
0 commit comments