Kiln » TortoiseHg » TortoiseHg
Clone URL:  
TortoiseIconBitmap.h
1
2
3
4
5
6
7
8
9
#ifndef TORTOISE_ICON_BITMAP_H_ #define TORTOISE_ICON_BITMAP_H_ #include <windows.h> #include <string> HBITMAP GetTortoiseIconBitmap(const std::string& iconname); #endif