Changeset 68864 in vbox for trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
- Timestamp:
- Sep 25, 2017 8:53:52 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118118
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r68860 r68864 667 667 }; 668 668 669 #include "isomakercmd-man.h" 669 #ifndef RT_OS_OS2 /* fixme */ 670 # include "isomakercmd-man.h" 671 #endif 670 672 671 673 … … 812 814 static void rtFsIsoMakerCmdUsage(PRTFSISOMAKERCMDOPTS pOpts, const char *pszProgName) 813 815 { 814 #if 0816 #ifdef RT_OS_OS2 /* fixme */ 815 817 rtFsIsoMakerPrintf(pOpts, 816 818 "Usage: %s [options] [@commands.rsp] <filespec1> [filespec2 [..]]\n"
Note:
See TracChangeset
for help on using the changeset viewer.