Changeset 472 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Mar 31, 2008, 12:33:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
r471 r472 574 574 } 575 575 576 #include <fcntl.h>577 #include <io.h>578 579 576 int main() 580 577 { … … 753 750 MainThread(0); 754 751 755 ExitProcess( 0 ); 752 trace("Complete ActiveBasic Compiler!"); 753 754 ExitProcess( program.GetExitCode() ); 756 755 return 0; 757 756 } … … 798 797 trace("Complete ActiveBasic Compiler!"); 799 798 800 ExitProcess( 0);799 ExitProcess( program.GetExitCode() ); 801 800 802 801 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.