Skip to content

Instantly share code, notes, and snippets.

View mrobakowski's full-sized avatar

Mikołaj Robakowski mrobakowski

View GitHub Profile
#![feature(plugin)]
#![plugin(clippy)]
extern crate comdlg32;
extern crate winapi;
const PNGS: &'static str = "PNG Image Files\0*.png\0\0";
const MAX_FILE_NAME_LENGTH: u32 = 260;
fn main() {