Home
last modified time | relevance | path

Searched refs:IDI_SMALL (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dresource.h49 #define IDI_SMALL 108 macro
Dcrash_generation_app.rc34 IDI_SMALL ICON "small.ico" icon
Dcrash_generation_app.cc106 wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_SMALL)); in MyRegisterClass()