mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-30 16:00:06 -04:00
build: resolve include issue with osiris_import.h
The switcheroo involving OSIRISEXTERN is unnecessary; if it is empty, it is "extern" anyway. One function, ``osicommon_Initialize``, is present twice and can lead to duplicate definitions in the linker stage, which is probably what the DallasFuncs.cpp comment alluded to. It is moved away into its own .cpp file.
This commit is contained in:
@@ -715,10 +715,8 @@
|
||||
|
||||
#include "osiris_vector.h"
|
||||
#include "psrand.h"
|
||||
|
||||
// These should really be included, I think, but there's a problem with osiris_import.h being included twice
|
||||
// #include "osiris_import.h"
|
||||
// #include "osiris_common.h"
|
||||
#include "osiris_import.h"
|
||||
#include "osiris_common.h"
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user