diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-11 12:40:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-11 12:40:09 -0400 |
| commit | a34fe03eef9cfd5311230a67fd45d821ab4999ff (patch) | |
| tree | 75a98b58969d8931c37ecf8c1fba87835a7c6092 /new/main_windows.c | |
| parent | 812b70f6f06d89d9294c2d1739df4acffd02a84f (diff) | |
Decided to disable the initial parent window on Windows. If this causes problems, I can re-enable it later. More TODOs.
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 bd973b7..0b6b407 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 +// #qo LDFLAGS: -luser32 -lkernel32 -lgdi32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid -lmsvcr100 static void uimsgloop_else(MSG *msg) { |
