我正在尝试使用cygwin编译glfw,但出现这样的错误
../src/glfw3.lib(win32_monitor.c.obj):win32_monitor.c:(.text+0x8a): undefined reference to `__imp_CreateDCW'
../src/glfw3.lib(win32_monitor.c.obj):win32_monitor.c:(.text+0x8a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `__imp_CreateDCW'
有人可以在这里帮忙吗? 是否有使用cygwin编译glfw的成功经验?