Mercurial > games > semicongine
comparison fuhtark_test/include/ddk/atsmedia.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 | |
| 2 /* $Id: $ | |
| 3 * | |
| 4 * COPYRIGHT: This file is in the public domain. | |
| 5 * PROJECT: ReactOS kernel | |
| 6 * FILE: | |
| 7 * PURPOSE: headers | |
| 8 * PROGRAMMER: Magnus Olsen (greatlrd) | |
| 9 * | |
| 10 */ | |
| 11 | |
| 12 #if !defined(_ATSCMEDIA_) | |
| 13 #define _ATSCMEDIA_ | |
| 14 #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC) | |
| 15 #define STATIC_BDANETWORKTYPE_ATSC 0x71985F51, 0x1CA1, 0x11D3, 0x9C, 0xC8, 0x0, 0xC0, 0x4F, 0x79, 0x71, 0xE0 | |
| 16 DEFINE_GUIDSTRUCT("71985F51-1CA1-11D3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC); | |
| 17 #endif |
