diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-11 13:32:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-11 13:32:25 -0400 |
| commit | 2602330223adcc5c0f5d52fb3e2c5738cd35e942 (patch) | |
| tree | 973c4388fbf25c5ac3de6c90fcd7c40d5ef92b8e /new/main_windows.c | |
| parent | a34fe03eef9cfd5311230a67fd45d821ab4999ff (diff) | |
Resolved snwprintf() issues once and for all. Thanks to cousteau, dorp, and kate in irc.freenode.net/##c.
Diffstat (limited to 'new/main_windows.c')
| -rw-r--r-- | new/main_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/main_windows.c b/new/main_windows.c index 0b6b407..bd973b7 100644 --- a/new/main_windows.c +++ b/new/main_windows.c @@ -1,7 +1,7 @@ // 6 april 2015 #include "uipriv_windows.h" -// #qo LDFLAGS: -luser32 -lkernel32 -lgdi32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid -lmsvcr100 +// #qo LDFLAGS: -luser32 -lkernel32 -lgdi32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid static void uimsgloop_else(MSG *msg) { |
