瀏覽代碼

Use new systemdefault mod for includes. Fixes #3.

woollybah 11 年之前
父節點
當前提交
c8621662e3
共有 2 個文件被更改,包括 2 次插入2 次删除
  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