win32: _tfwopen.h - removed xxxxA functions from non-UNICODE build, it was redundant.

This commit is contained in:
gocha 2012-07-27 10:47:09 +09:00
parent e5d08c9a03
commit 34cb93dc1c
1 changed files with 3 additions and 17 deletions

View File

@ -176,11 +176,11 @@
#ifdef UNICODE
#ifndef _TFWOPEN_H
#define _TFWOPEN_H
#ifdef UNICODE
#include <stdio.h>
#include <io.h>
#include <string.h>
@ -353,20 +353,6 @@ static __forceinline int open(const char *filename, int oflag, int pmode) {
#define _makepath _twmakepath
//#define strrchr _twcsrchr
#else
#define fopenA fopen
#define openA open
#define _accessA _access
#define renameA rename
#define _unlinkA _unlink
#define _chdirA _chdir
#define _mkdirA _mkdir
#define _rmdirA _rmdir
#define _splitpathA _splitpath
#define _makepathA _makepath
//#define strrchrA strrchr
#endif // _TFWOPEN_H
#endif
#endif // _TFWOPEN_H