changeset 906:71b0e132d9df

Added missing API to _popuplate_tree_thread() on OS/2. API being missing caused calling convention problems with the folder browser.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 19 Apr 2011 05:54:01 +0000
parents ae5d884af4ed
children 3e393a9375c4
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");