comparison dw.def @ 557:1a210e2f214b

Added a bunch of support routines I now own due to the settlement agreement with F/X. Shared memory and named event semaphores in particular.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 17 Apr 2004 05:38:09 +0000
parents 08d770271709
children c0a708e2cba3
comparison
equal deleted inserted replaced
556:f4093dce8155 557:1a210e2f214b
248 dw_scrollbar_set_range @433 248 dw_scrollbar_set_range @433
249 249
250 dw_taskbar_insert @440 250 dw_taskbar_insert @440
251 dw_taskbar_delete @441 251 dw_taskbar_delete @441
252 252
253 dw_named_memory_new @450
254 dw_named_memory_get @451
255 dw_named_memory_free @452
256
257 dw_named_event_new @460
258 dw_named_event_get @461
259 dw_named_event_reset @462
260 dw_named_event_post @463
261 dw_named_event_wait @464
262 dw_named_event_close @465