main ではなく WinMain をエントリーポイントにするためこれが必要(・∀・)。 #![no_main] extern crate winapi; use libc::EXIT_SUCCESS; ...
確定! 回上一頁