Commit 678e173
committed
Update inst_dir includes to use standard C headers
- Remove unnecessary <windows.h> include from inst_dir.c and inst_dir.h
- Add <stdlib.h> and <string.h> to inst_dir.c for calloc, free, strlen, memcpy
- Add <stddef.h> to inst_dir.h for size_t definition1 parent 9d8cdbb commit 678e173
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments