Browse Source

Use new systemdefault mod for includes. Fixes #3.

woollybah 11 năm trước cách đây
mục cha
commit
c8621662e3
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      glgraphics.mod/glgraphics.win32.c
  2. 1 1
      timer.mod/timer.win32.c

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

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

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

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