send to vm
This commit is contained in:
parent
c0c3d4e6b7
commit
9d598b61fe
@ -1,4 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "ClangBsearch.hpp"
|
#include "ClangBsearch.hpp"
|
||||||
#include "ClangMemCpy_s.hpp"
|
#include "ClangMemCpy_s.hpp"
|
||||||
|
|
||||||
|
#if !defined(__cdecl)
|
||||||
|
#define __cdecl
|
||||||
|
#endif
|
@ -1,6 +1,4 @@
|
|||||||
#include <cstdint>
|
#pragma once
|
||||||
|
|
||||||
#define __cdecl
|
|
||||||
|
|
||||||
typedef struct _GUID {
|
typedef struct _GUID {
|
||||||
unsigned long Data1;
|
unsigned long Data1;
|
||||||
@ -9,9 +7,8 @@ typedef struct _GUID {
|
|||||||
unsigned char Data4[8];
|
unsigned char Data4[8];
|
||||||
} GUID;
|
} GUID;
|
||||||
|
|
||||||
typedef size_t HANDLE;
|
|
||||||
|
|
||||||
#define UNREFERENCED_PARAMETER
|
#define UNREFERENCED_PARAMETER
|
||||||
|
#include "MSVCSal.h"
|
||||||
|
|
||||||
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) \
|
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) \
|
||||||
extern "C++" { \
|
extern "C++" { \
|
||||||
@ -30,11 +27,6 @@ inline ENUMTYPE &operator ^= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((i
|
|||||||
|
|
||||||
#define _countof(array) (sizeof(array) / sizeof(array[0]))
|
#define _countof(array) (sizeof(array) / sizeof(array[0]))
|
||||||
|
|
||||||
#include "MSVCSal.h"
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
|
||||||
|
|
||||||
#define BOOL int
|
#define BOOL int
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
@ -1,7 +1,13 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if !defined(__cdecl)
|
||||||
|
#define __cdecl
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_DXTX_NOWIN)
|
#if defined(_DXTX_NOWIN)
|
||||||
using LONG = size_t;
|
using LONG = size_t;
|
||||||
|
using HANDLE = size_t ;
|
||||||
|
|
||||||
#include "Win32DXG.hpp"
|
#include "Win32DXG.hpp"
|
||||||
#include "Win32Errors.hpp"
|
#include "Win32Errors.hpp"
|
||||||
#include "Win32WIC.hpp"
|
#include "Win32WIC.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user