http://bugs.winehq.org/show_bug.cgi?id=7066
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
--- Comment #4 from Austin English austinenglish@gmail.com 2008-04-08 13:01:30 --- (In reply to comment #3)
Created an attachment (id=5283)
--> (http://bugs.winehq.org/attachment.cgi?id=5283) [details]
monthcal test program
Here's a test program that exposes the bug. I think any month calendar that's big enough in size will do as well.
austin@austin-desktop:~/blah$ winegcc -o monthcal monthcal.c monthcal-sKSJDd.o: In function `main': monthcal.c:(.text+0x2d2): undefined reference to `InitCommonControlsEx' collect2: ld returned 1 exit status winegcc: gcc-3.4 failed
I can't get this program to compile.
Is this still an issue in current wine?