remove some redefines for _MSC_VER which are not necessary anymore

master
Ozkan Sezer 4 years ago committed by Ozkan Sezer
parent 6b018d6999
commit 062473c1c5
  1. 4
      src/common.h

@ -6,10 +6,6 @@
#ifndef __cplusplus
#define inline __inline
#endif
#define open _open
#define close _close
#define write _write
#define lseek _lseek
#define strdup _strdup
#define strcasecmp _stricmp
#define snprintf _snprintf

Loading…
Cancel
Save