Skip to content
Snippets Groups Projects
Commit 4239ff15 authored by John Hodge (sonata)'s avatar John Hodge (sonata)
Browse files

Usermode/AxWin3 - Clean up unneeded (and silly) log message

parent 0dd55a90
Branches
Tags
No related merge requests found
...@@ -49,7 +49,7 @@ extern void Widget_Fire(tElement *Element); ...@@ -49,7 +49,7 @@ extern void Widget_Fire(tElement *Element);
#define DEFWIDGETTYPE(_type, _name, _flags, _attribs...) \ #define DEFWIDGETTYPE(_type, _name, _flags, _attribs...) \
tWidgetDef _widget_typedef_##_type = {.Name=_name,.Flags=(_flags),_attribs};\ tWidgetDef _widget_typedef_##_type = {.Name=_name,.Flags=(_flags),_attribs};\
void _widget_set_##_type(void) __attribute__((constructor));\ void _widget_set_##_type(void) __attribute__((constructor));\
void _widget_set_##_type(void) { _SysDebug("hai!\n"); Widget_int_SetTypeDef(_type, &_widget_typedef_##_type);} void _widget_set_##_type(void) { Widget_int_SetTypeDef(_type, &_widget_typedef_##_type); }
#endif #endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment