Browse Source

Removed use of .x files.

woollybah 8 years ago
parent
commit
6946c2ff95
3 changed files with 1 additions and 3 deletions
  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)!