diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-06 17:41:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-06 17:41:33 -0400 |
| commit | 9001ca34f73ad861c049f367e2ef8477d19e7432 (patch) | |
| tree | 464ee1262b8a8f7d11fcd6c35ae7c9d1226fae17 /new/main_unix.c | |
| parent | d1be6e3ce158384b62ffab3bb439683a2018099d (diff) | |
Implemented what we have so far, but on Windows.
Diffstat (limited to 'new/main_unix.c')
| -rw-r--r-- | new/main_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new/main_unix.c b/new/main_unix.c index 988519a..b95e99e 100644 --- a/new/main_unix.c +++ b/new/main_unix.c @@ -1,6 +1,8 @@ // 6 april 2015 #include "ui_unix.h" +// #qo pkg-config: gtk+-3.0 + void uiMain(void) { gtk_main(); |
