@@ -161,20 +161,16 @@ * * @param status The status with which the application will terminate */ + (void)terminateWithStatus: (int)status; -/*! - * @brief Sets argc and argv. - * - * You should not call this directly, but use OF_APPLICATION_DELEGATE instead! - * - * @param argc The number of arguments - * @param argv The argument values - */ -- (void)setArgumentCount: (int*)argc - andArgumentValues: (char**[])argv; +- (void)OF_setArgumentCount: (int*)argc + andArgumentValues: (char**[])argv; +#ifdef _WIN32 +- (void)OF_setArgumentCount: (int)argc + andWideArgumentValues: (wchar_t*[])argv; +#endif /*! * @brief Gets args and argv. * * @param argc A pointer where a pointer to argc should be stored