comparison os2/dw.c @ 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 6ed34b83a741
children a3e4cebf3c99
comparison
equal deleted inserted replaced
905:ae5d884af4ed 906:71b0e132d9df
9554 } 9554 }
9555 DosFindClose(hdir); 9555 DosFindClose(hdir);
9556 } 9556 }
9557 } 9557 }
9558 9558
9559 void _populate_tree_thread(void *data) 9559 void API _populate_tree_thread(void *data)
9560 { 9560 {
9561 HWND window = (HWND)data, tree = (HWND)dw_window_get_data(window, "_dw_tree"); 9561 HWND window = (HWND)data, tree = (HWND)dw_window_get_data(window, "_dw_tree");
9562 HMTX mtx = (HMTX)dw_window_get_data(window, "_dw_mutex"); 9562 HMTX mtx = (HMTX)dw_window_get_data(window, "_dw_mutex");
9563 int drive; 9563 int drive;
9564 HTREEITEM items[26]; 9564 HTREEITEM items[26];