Remove last traces of Symantec compiler support

Delete a couple of leftover __SYMANTEC__ checks.
This commit is contained in:
Vadim Zeitlin
2015-09-23 00:54:20 +02:00
parent 1e20b249bf
commit 87baba95b8
3 changed files with 1 additions and 8 deletions

View File

@@ -64,8 +64,6 @@
#if defined(__VISUALC__)
typedef _off_t off_t;
#elif defined(__SYMANTEC__)
typedef long off_t;
#endif
enum wxSeekMode