浏览代码

Removed use of .x files.

woollybah 8 年之前
父节点
当前提交
6946c2ff95
共有 3 个文件被更改,包括 1 次插入3 次删除
  1. 1 1
      bmk_cores_linux.bmx
  2. 0 1
      bmk_cores_linux.x
  3. 0 1
      bmk_cores_win32.x

+ 1 - 1
bmk_cores_linux.bmx

@@ -4,7 +4,7 @@ Import Pub.stdc
 
 Extern
 ?bmxng
-	Function popen:Byte Ptr(command:Byte Ptr, Mode:Byte Ptr)
+	Function popen:Byte Ptr(command:Byte Ptr, Mode:Byte Ptr)="FILE * popen(const char *, const char *)!"
 ?Not bmxng
 	Function popen:Int(command:Byte Ptr, Mode:Byte Ptr)
 ?

+ 0 - 1
bmk_cores_linux.x

@@ -1 +0,0 @@
-FILE * popen(const char *, const char *)!

+ 0 - 1
bmk_cores_win32.x

@@ -1 +0,0 @@
-void GetSystemInfo(LPSYSTEM_INFO)!