Răsfoiți Sursa

Fixed Strict declaration issues.

woollybah 6 ani în urmă
părinte
comite
599c73d512

+ 1 - 1
freeaudio.mod/freeaudio.bmx

@@ -1,4 +1,4 @@
-
+Strict
 Module Pub.FreeAudio
 
 ModuleInfo "Version: 1.23"

+ 2 - 2
freeprocess.mod/freeprocess.bmx

@@ -1,3 +1,5 @@
+SuperStrict
+
 Rem
 bbdoc: System/Execute Processes
 End Rem
@@ -20,8 +22,6 @@ ModuleInfo "History: Added SIGCHLD handling and fdReapZombies function."
 ModuleInfo "History: 1.01 Release"
 ModuleInfo "History: Inserts /Contents/MacOS/ into process path for Apple app packages"
 
-SuperStrict
-
 ' createproc - to launch external executable
 ' TPipeStream - nonblocking readlines with fd file handles
 

+ 1 - 2
win32.mod/commctrl.bmx

@@ -1,11 +1,10 @@
+Strict
 ' commctrl.bmx
 
 Import "user32.bmx"
 
 Import "commctrl.cpp"
 
-Strict
-
 Const BS_PUSHBUTTON=0
 Const BS_DEFPUSHBUTTON=1
 Const BS_CHECKBOX=2

+ 1 - 1
win32.mod/winmm.bmx

@@ -1,4 +1,4 @@
-
+Strict
 Extern "win32"
 
 Function timeGetTime()="BBINT timeGetTime()!"