| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright 2016 Józef Kucia for CodeWeavers | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-06-16 21:05:54 +02:00
										 |  |  |  * This library is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  * modify it under the terms of the GNU Lesser General Public | 
					
						
							|  |  |  |  * License as published by the Free Software Foundation; either | 
					
						
							|  |  |  |  * version 2.1 of the License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-06-16 21:05:54 +02:00
										 |  |  |  * This library is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  * Lesser General Public License for more details. | 
					
						
							| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-06-16 21:05:54 +02:00
										 |  |  |  * You should have received a copy of the GNU Lesser General Public | 
					
						
							|  |  |  |  * License along with this library; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA | 
					
						
							| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __VKD3D_UTILS_PRIVATE_H
 | 
					
						
							|  |  |  | #define __VKD3D_UTILS_PRIVATE_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-18 20:02:50 +02:00
										 |  |  | #ifndef __MINGW32__
 | 
					
						
							|  |  |  | #define WIDL_C_INLINE_WRAPPERS
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2018-08-21 18:08:03 +02:00
										 |  |  | #define COBJMACROS
 | 
					
						
							|  |  |  | #define NONAMELESSUNION
 | 
					
						
							| 
									
										
										
										
											2018-01-24 14:33:35 +01:00
										 |  |  | #define VK_NO_PROTOTYPES
 | 
					
						
							| 
									
										
										
										
											2021-12-27 20:52:29 -06:00
										 |  |  | #define CONST_VTABLE
 | 
					
						
							| 
									
										
										
										
											2018-01-24 14:33:35 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-17 18:11:12 +02:00
										 |  |  | #include <vkd3d.h>
 | 
					
						
							| 
									
										
										
										
											2020-09-23 11:07:48 -05:00
										 |  |  | #include <vkd3d_shader.h>
 | 
					
						
							| 
									
										
										
										
											2020-09-29 16:14:51 -05:00
										 |  |  | #include <vkd3d_d3dcompiler.h>
 | 
					
						
							| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-23 11:07:48 -05:00
										 |  |  | #include "vkd3d_blob.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-21 18:08:06 +02:00
										 |  |  | #include "vkd3d_memory.h"
 | 
					
						
							|  |  |  | #include <vkd3d_utils.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-30 16:48:55 +01:00
										 |  |  | #include <inttypes.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-21 16:49:11 +02:00
										 |  |  | #ifndef D3DERR_INVALIDCALL
 | 
					
						
							|  |  |  | #define D3DERR_INVALIDCALL _HRESULT_TYPEDEF_(0x8876086c)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-07 13:26:39 +02:00
										 |  |  | #endif  /* __VKD3D_UTILS_PRIVATE_H */
 |