mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Matching build fixes for cross built Windows
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aa3838308b
commit
060e5c764c
5 changed files with 14 additions and 0 deletions
3
macos.c
3
macos.c
|
@ -2,7 +2,10 @@
|
|||
/* implements Mac OS X specific functions */
|
||||
#include <stdlib.h>
|
||||
#include "dive.h"
|
||||
#include "display.h"
|
||||
#if USE_GTK_UI
|
||||
#include "display-gtk.h"
|
||||
#endif /* USE_GTK_UI */
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#include <mach-o/dyld.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue