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