OSDN Git Service

* src/tkCanvEdge.c: Work around Windows gcc problem
authormdejong <mdejong>
Tue, 14 Aug 2001 21:26:52 +0000 (21:26 +0000)
committermdejong <mdejong>
Tue, 14 Aug 2001 21:26:52 +0000 (21:26 +0000)
commitd17b3382eab7feebaecab407088b1b8780b88d69
treea66d94c1af3094b73f8fdf3257ec5c1bd27cb978
parent19eb3a46a9a248b97dfafca894313e411e503217
* src/tkCanvEdge.c: Work around Windows gcc problem
initializing a static member with a dll imported
symbol by assigning the function pointer at runtime.
Static initialization works just fine in VC++ but
fails when compiling with the Windows version of gcc.
libgui/ChangeLog
libgui/src/tkCanvEdge.c