Skip to content

Commit

Permalink
bind sdk fix decode bit start index
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 19, 2024
1 parent f3422e2 commit 2b382ba
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 1,514 deletions.
102 changes: 56 additions & 46 deletions gengo/bind/sdkMerge/bug/tmp/bug.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gengo/bind/sdkMerge/combined_headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,9 @@ const unsigned char BuildSignature[] = {
// Basic Datatypes //
//////////////////////////////////////////////////

#include <wchar.h>//for wchar_t
#include <Windows.h>//for PVOID
#include <assert.h>//warning: use of 'static_assert' without inclusion of <assert.h> is a Microsoft extension [-Wmicrosoft-static-assert]
//#include <wchar.h>//for wchar_t
//#include <Windows.h>//for PVOID
//#include <assert.h>//warning: use of 'static_assert' without inclusion of <assert.h> is a Microsoft extension [-Wmicrosoft-static-assert]

typedef unsigned long long QWORD;
typedef unsigned __int64 UINT64, *PUINT64;
Expand Down
Loading

0 comments on commit 2b382ba

Please sign in to comment.