Overview
| Comment: | objfw-defs.h.in: Add OF_WII_U |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | wii-u |
| Files: | files | file ages | folders |
| SHA3-256: |
db3bb8bff0b461ceee1bb6aa8a8a572c |
| User & Date: | js on 2022-07-17 19:18:57 |
| Other Links: | branch diff | manifest | tags |
Context
|
2022-07-31
| ||
| 14:16 | Merge trunk into branch "wii-u" (check-in: e10048ac32 user: js tags: wii-u) | |
|
2022-07-17
| ||
| 19:18 | objfw-defs.h.in: Add OF_WII_U (check-in: db3bb8bff0 user: js tags: wii-u) | |
| 16:29 | tests: Clean tests.rpx (check-in: e08ce15304 user: js tags: wii-u) | |
Changes
Modified src/objfw-defs.h.in from [69a2e4862c] to [2eb2b431d4].
| ︙ | ︙ | |||
43 44 45 46 47 48 49 | #undef OF_HAVE___THREAD #undef OF_NINTENDO_3DS #undef OF_NINTENDO_DS #undef OF_NO_SHARED #undef OF_OBJFW_RUNTIME #undef OF_UNIVERSAL #undef OF_WII | > | 43 44 45 46 47 48 49 50 | #undef OF_HAVE___THREAD #undef OF_NINTENDO_3DS #undef OF_NINTENDO_DS #undef OF_NO_SHARED #undef OF_OBJFW_RUNTIME #undef OF_UNIVERSAL #undef OF_WII #undef OF_WII_U |