fixed sysfuncs ordering for linux

master
Allen Webster 2017-07-18 20:23:38 -04:00
parent 9c5977dc74
commit e3f1b57821
2 changed files with 2 additions and 2 deletions

View File

@ -122,6 +122,7 @@ internal void LinuxStringDup(String*, void*, size_t);
////////////////////////////////
global System_Functions sysfunc;
#include "linux_4ed_libraries.cpp"
#include "4ed_standard_libraries.cpp"
@ -192,7 +193,6 @@ struct Linux_Vars{
global Linux_Vars linuxvars;
global Render_Target target;
global System_Functions sysfunc;
global Application_Memory memory_vars;
global Plat_Settings plat_settings;
global App_Functions app;

View File

@ -113,6 +113,7 @@ struct Win32_Coroutine{
////////////////////////////////
global System_Functions sysfunc;
#include "win32_4ed_libraries.cpp"
#include "4ed_standard_libraries.cpp"
@ -159,7 +160,6 @@ struct Win32_Vars{
global Win32_Vars win32vars;
global Render_Target target;
global System_Functions sysfunc;
global Application_Memory memory_vars;
global Plat_Settings plat_settings;