# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1303192441 0 # Node ID 71b0e132d9df0d14edc6064aa668ee2637a91ad3 # Parent ae5d884af4edcdb034f47858ab3eabd8cc16b5ae Added missing API to _popuplate_tree_thread() on OS/2. API being missing caused calling convention problems with the folder browser. diff -r ae5d884af4ed -r 71b0e132d9df os2/dw.c --- a/os2/dw.c Tue Apr 19 05:12:33 2011 +0000 +++ b/os2/dw.c Tue Apr 19 05:54:01 2011 +0000 @@ -9556,7 +9556,7 @@ } } -void _populate_tree_thread(void *data) +void API _populate_tree_thread(void *data) { HWND window = (HWND)data, tree = (HWND)dw_window_get_data(window, "_dw_tree"); HMTX mtx = (HMTX)dw_window_get_data(window, "_dw_mutex");