core: move startup function declarations to subsurfacestartup.h

These were declared in dive.h, which makes no sense.

This should have been chnaged a long time ago.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-06-30 21:17:17 +02:00 committed by bstoeger
parent 76d672210d
commit 6e349793d1
8 changed files with 12 additions and 12 deletions

View file

@ -2,11 +2,11 @@
/* windows.c */
/* implements Windows specific functions */
#include <io.h>
#include "dive.h"
#include "device.h"
#include "libdivecomputer.h"
#include "file.h"
#include "errorhelper.h"
#include "subsurfacestartup.h"
#include "subsurfacesysinfo.h"
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x500