Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 348 Bytes

screenshot

Simple Windows OS C++ screenshot code.


Build instructions (MinGW): i686-w64-mingw32-g++ -Os -m32 -mwindows -march=i686 -mtune=generic -s -Wall -fmerge-constants -fno-exceptions -fno-builtin -fno-rtti -nostartfiles -Wl,--entry=_WinMain -Wl,--enable-stdcall-fixup -o screenshot.exe screenshot.cc -lgdi32 -lgdiplus