- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / rosapps / mc / src / info.h
1 #ifndef __INFO_H
2 #define __INFO_H
3
4 typedef struct {
5 Widget widget;
6 int ready;
7 } WInfo;
8
9 WInfo *info_new ();
10
11 #endif