Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 6343853

Browse files
author
Too-Naive
committed
Fix compile error in g++ (using --std=c++11)
1 parent 4bedbaa commit 6343853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hander/ptrerr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ FILE * Func_SetErrorFile(const TCHAR*, const TCHAR*);
3131
inline void * __fastcall ___Func_Close_File_Stream(FILE *);
3232
inline int __fastcall ___Func_PrintErrorTimeToFileStream(FILE *);
3333
inline void * ___Func__Check_File_Set(void);
34+
FILE * Func_SetErrorFileEx(const TCHAR *,const TCHAR *);
3435

3536
#define __BEGIN__ Func_SetErrorFileEx(sz__ErrorFileName__,sz__ErrorFileStream__)
3637
#define __END__ ___Func_Close_File_Stream(_pNULL_)

0 commit comments

Comments
 (0)