Changeset 32
- Timestamp:
- 01/05/08 12:16:05 (11 months ago)
- Location:
- trunk/Menufolder/c
- Files:
-
- 9 modified
-
cwlauncharea.cpp (modified) (1 diff)
-
fnwpwizbuttonproc.cpp (modified) (1 diff)
-
menufldrrexx.cpp (modified) (1 diff)
-
menufolder.cpp (modified) (1 diff)
-
rxcallcwwpsfunc.cpp (modified) (1 diff)
-
rxcallpmfunc.cpp (modified) (1 diff)
-
rxcallwpsclassfunc.cpp (modified) (1 diff)
-
rxcallwpsfunc.cpp (modified) (1 diff)
-
wpswizzsettings.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Menufolder/c/cwlauncharea.cpp
r17 r32 26 26 #include <os2.h> 27 27 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 //#include "debug.h"31 29 #include "except.h" 32 30 -
trunk/Menufolder/c/fnwpwizbuttonproc.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/menufldrrexx.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/menufolder.cpp
r17 r32 26 26 #include <os2.h> 27 27 28 #include " newfile.h"28 #include "menufolder.h" 29 29 #include "newfileDlg.h" 30 //#include "debug.h"31 30 #include "except.h" 32 31 #include <rexxsaa.h> /* needed for RexxStart() */ -
trunk/Menufolder/c/rxcallcwwpsfunc.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/rxcallpmfunc.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/rxcallwpsclassfunc.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/rxcallwpsfunc.cpp
r17 r32 26 26 27 27 #include <os2.h> 28 #include "newfile.h"29 28 #include "newfileDlg.h" 30 29 #include "except.h" -
trunk/Menufolder/c/wpswizzsettings.cpp
r17 r32 27 27 28 28 #include "defines.h" 29 #include " newfile.h"29 #include "menufolder.h" 30 30 #include "newfileDlg.h" 31 #include "debug.h"32 31 #include "except.h" 33 32
