Fixed ci2_fd for windows, added bins to gitignore

This commit is contained in:
2026-05-11 18:50:16 -05:00
parent a952b94a15
commit 73983e9fdd
2 changed files with 1 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ typedef int ci2_bool;
#define OEMRESOURCE // GUI #define OEMRESOURCE // GUI
#include <windows.h> #include <windows.h>
typedef HANDLE fffd; typedef HANDLE ci2_fd;
typedef wchar_t ci2_sys_char; typedef wchar_t ci2_sys_char;
#else // UNIX: #else // UNIX:
typedef int ci2_fd; typedef int ci2_fd;

Binary file not shown.