comparison dw.h @ 1701:cc3aba44943e

Oops... missed the header file change in that last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 May 2012 12:19:54 +0000
parents 9dbd2984c1e5
children 535e8c19a13d
comparison
equal deleted inserted replaced
1700:4487f6bc9e8b 1701:cc3aba44943e
241 HDC hdc; 241 HDC hdc;
242 HPS hps; 242 HPS hps;
243 HBITMAP hbm; 243 HBITMAP hbm;
244 HWND handle, font; 244 HWND handle, font;
245 unsigned long transcolor; 245 unsigned long transcolor;
246 int depth;
246 } *HPIXMAP; 247 } *HPIXMAP;
247 248
248 typedef void *HTREEITEM; 249 typedef void *HTREEITEM;
249 typedef HWND HMENUI; 250 typedef HWND HMENUI;
250 typedef HMODULE HMOD; 251 typedef HMODULE HMOD;