Mercurial > games > semicongine
comparison fuhtark_test/include/ddk/isguids.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 | |
| 3 #ifndef _ISGUIDS_H_ | |
| 4 #define _ISGUIDS_H_ | |
| 5 | |
| 6 DEFINE_GUID(CLSID_InternetShortcut, 0xFBF23B40L, 0xE3F0, 0x101B, 0x84, 0x88, 0x00, 0xAA, 0x00, 0x3E, 0x56, 0xF8); | |
| 7 DEFINE_GUID(IID_IUniformResourceLocatorA, 0xFBF23B80L, 0xE3F0, 0x101B, 0x84, 0x88, 0x00, 0xAA, 0x00, 0x3E, 0x56, 0xF8); | |
| 8 DEFINE_GUID(IID_IUniformResourceLocatorW, 0xCABB0DA0L, 0xDA57, 0x11CF, 0x99, 0x74, 0x00, 0x20, 0xAF, 0xD7, 0x97, 0x62); | |
| 9 | |
| 10 #ifdef UNICODE | |
| 11 #define IID_IUniformResourceLocator IID_IUniformResourceLocatorW | |
| 12 #else | |
| 13 #define IID_IUniformResourceLocator IID_IUniformResourceLocatorA | |
| 14 #endif | |
| 15 | |
| 16 #endif | |
| 17 |
