Results 6 comments of Dot

Same issue for `rz-gg -a x64 -b64 shellcode.c`

The issue is in the latest commit too: ``` rizin 0.9.0 @ windows-x86-64 commit: ef21a25cc995e2e0e2276f46fd64586554bae254 ```

I tried changing the mingw thread model to win32 and it still exists: output for 'gcc -v' ``` Using built-in specs. COLLECT_GCC=C:\Users\abinr\Desktop\Tools\mingw64\bin\gcc.exe COLLECT_LTO_WRAPPER=C:/Users/abinr/Desktop/Tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/15.2.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../../src/gcc-15.2.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32...

I can't find `include/librz/sflib/windows-x86/sflib.h` either

@Rohankaf > windows-x86 and windows-x86-32 SFLIB directories don’t exist on non-Windows builds only inside the Windows SDK. sflib directories don't exist in the windows sdk, or maybe I can't find...

Seems like radare2 does not support windows either. Wouldn't it be better to not include rz-gg with the releases for windows until we get proper support?