Skip to content

Commit

Permalink
Final bits of feedback implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Jan 22, 2021
1 parent d54a654 commit be37999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sha256sums=('SKIP'
'62f455747f33953a723ff7b070d43f0ed03c1d8d0749d7bb06288e14d356b637'
'f16b345aba17acd124ab5940635dfa2d87445df73eedbeb80e0285f29c85415a'
'80b0b11efe5a2f9b4cd92f28c260d0b3aad8b809c34ed95237c59b73e08ade0b'
'2421be9b8b6cfd5ace8e247a32ac36b59bc870e3a39ce087dd38aec2bd9bdfdf'
'fc99081d915161e9b7a4353bf7f0439782e000d966557852d256e3f9c67e6444'
'ee0ed30b2601413a6efcd15f236747404cd2d576dcfad77fb5b1700852cde857'
'c975292adae1f2666f07f8ee9b7d50576da249d9151c6bd211602adc8d37b6ab'
'a7e80489af33468e67a39d4c9c2fbf396e1f1e9533bb447f26432951ccf5e77c'
Expand Down
2 changes: 0 additions & 2 deletions mingw-w64-git/git-wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

static WCHAR msystem_bin[64];

typedef BOOL(WINAPI* LPFN_ISWOW64PROCESS2)(HANDLE, PUSHORT, PUSHORT);

static void print_error(LPCWSTR prefix, DWORD error_number)
{
LPWSTR buffer = NULL;
Expand Down

0 comments on commit be37999

Please sign in to comment.