mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove old hack for Visual Studio
It should not be needed with newer versions of Visual Studio. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
45bb9427e0
commit
950469e645
@ -16,9 +16,6 @@
|
||||
** limitations under the License.
|
||||
*
|
||||
**********************************************************************/
|
||||
#ifdef _MSC_VER
|
||||
#define __func__ __FUNCTION__
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <memory> // std::unique_ptr
|
||||
|
Loading…
Reference in New Issue
Block a user