Changeset 5 in dev for BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Dec 5, 2006, 1:42:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/BasicCompiler.cpp
r4 r5 2 2 #include "../BasicCompiler64/BasicCompiler.h" 3 3 #else 4 #include "../BasicCompiler /BasicCompiler.h"4 #include "../BasicCompiler32/BasicCompiler.h" 5 5 #endif 6 6 … … 356 356 SIZE size; 357 357 static POINT pos_List,pos_Progress; 358 static height_Progress;358 static int height_Progress; 359 359 360 360 switch(message){
Note:
See TracChangeset
for help on using the changeset viewer.