Commit 35ea38d
committed
Fix remaining Windows build issues: API functions, C++ arrays, and warnings
- Added patch application to minimal build to ensure Fujisan API functions are available
- Fixed C++ variable-length array errors by using std::vector instead
- Fixed macro redefinition warnings with proper #ifndef guards
- Added missing #include <vector> for C++14 compatibility
This addresses:
- Missing libatari800_set_disk_activity_callback and related API functions
- C++ array initialization errors in C++14 mode
- Macro redefinition warnings for Windows defines1 parent 5f1ec76 commit 35ea38d
File tree
3 files changed
+34
-4
lines changed- scripts
- src
3 files changed
+34
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | | - | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
416 | | - | |
| 417 | + | |
417 | 418 | | |
418 | 419 | | |
419 | 420 | | |
| |||
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
428 | | - | |
| 429 | + | |
429 | 430 | | |
430 | 431 | | |
431 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
| 27 | + | |
| 28 | + | |
18 | 29 | | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
| 33 | + | |
| 34 | + | |
20 | 35 | | |
| 36 | + | |
| 37 | + | |
21 | 38 | | |
| 39 | + | |
22 | 40 | | |
23 | 41 | | |
24 | 42 | | |
| |||
0 commit comments