OS compatibility and generic cleanup.
Removed bspatch/patchlib Now builds and runs on Windows
This commit is contained in:
@ -49,7 +49,7 @@ LIBUTIL_EXPORT QStringList splitArgs(QString args);
|
||||
|
||||
namespace FlagStyle
|
||||
{
|
||||
enum LIBUTIL_EXPORT Enum
|
||||
enum Enum
|
||||
{
|
||||
GNU, /**< --option and -o (GNU Style) */
|
||||
Unix, /**< -option and -o (Unix Style) */
|
||||
@ -67,7 +67,7 @@ enum LIBUTIL_EXPORT Enum
|
||||
*/
|
||||
namespace ArgumentStyle
|
||||
{
|
||||
enum LIBUTIL_EXPORT Enum
|
||||
enum Enum
|
||||
{
|
||||
Space, /**< --option=value */
|
||||
Equals, /**< --option value */
|
||||
|
Reference in New Issue
Block a user