Prechádzať zdrojové kódy

Use new systemdefault mod for includes. Fixes #3.

woollybah 11 rokov pred
rodič
commit
c8621662e3

+ 1 - 1
glgraphics.mod/glgraphics.win32.c

@@ -3,7 +3,7 @@
 
 
 #include <gl/gl.h>
 #include <gl/gl.h>
 
 
-#include <brl.mod/system.mod/system.h>
+#include <brl.mod/systemdefault.mod/system.h>
 
 
 enum{
 enum{
 	_BACKBUFFER=	0x2,
 	_BACKBUFFER=	0x2,

+ 1 - 1
timer.mod/timer.win32.c

@@ -3,7 +3,7 @@
 #include <mmsystem.h>
 #include <mmsystem.h>
 #include <stdio.h>
 #include <stdio.h>
 
 
-#include <brl.mod/system.mod/system.h>
+#include <brl.mod/systemdefault.mod/system.h>
 
 
 #define MAX_TIMERS 16
 #define MAX_TIMERS 16