# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1649390064 14400 # Node ID 1b8d066e55ae682cb696ae8086f5ebfec11f733a # Parent 7103ac60ebdc30c2f777aa6e28bc1bd725849a4e actually define our enum properly... diff -r 7103ac60ebdc -r 1b8d066e55ae src/gui.c --- a/src/gui.c Thu Apr 07 23:48:10 2022 -0400 +++ b/src/gui.c Thu Apr 07 23:54:24 2022 -0400 @@ -34,10 +34,10 @@ HWND hWndListBox, hWndComboBox; int16_t version = 13; -static enum type { +enum types { vf, veg -}; +} type; char* file_name = " "; void set_data(unsigned char magic[], uint16_t version, FILE* target) {