Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/mspbase.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 #ifndef __MSPBASE_H_ | |
| 2 #define __MSPBASE_H_ | |
| 3 | |
| 4 #define _ATL_FREE_THREADED | |
| 5 | |
| 6 #include <atlbase.h> | |
| 7 | |
| 8 extern CComModule _Module; | |
| 9 | |
| 10 #include <atlcom.h> | |
| 11 #include <tapi.h> | |
| 12 | |
| 13 #include <strmif.h> | |
| 14 #include <control.h> | |
| 15 #include <uuids.h> | |
| 16 | |
| 17 #include <termmgr.h> | |
| 18 | |
| 19 #include <msp.h> | |
| 20 #include <tapi3err.h> | |
| 21 #include <tapi3if.h> | |
| 22 | |
| 23 EXTERN_C const IID LIBID_TAPI3Lib; | |
| 24 | |
| 25 #include "mspenum.h" | |
| 26 #include "msplog.h" | |
| 27 #include "msputils.h" | |
| 28 #include "mspaddr.h" | |
| 29 #include "mspcall.h" | |
| 30 #include "mspstrm.h" | |
| 31 #include "mspthrd.h" | |
| 32 #include "mspcoll.h" | |
| 33 | |
| 34 #include "mspterm.h" | |
| 35 #include "msptrmac.h" | |
| 36 #include "msptrmar.h" | |
| 37 #include "msptrmvc.h" | |
| 38 | |
| 39 #endif |
