Răsfoiți Sursa

Removed use of .x files.

woollybah 8 ani în urmă
părinte
comite
6946c2ff95
3 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  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)!