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

Commit

Permalink
Fix compile error in g++ (using --std=c++11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Too-Naive committed Aug 30, 2016
1 parent 4bedbaa commit 6343853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hander/ptrerr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ FILE * Func_SetErrorFile(const TCHAR*, const TCHAR*);
inline void * __fastcall ___Func_Close_File_Stream(FILE *);
inline int __fastcall ___Func_PrintErrorTimeToFileStream(FILE *);
inline void * ___Func__Check_File_Set(void);
FILE * Func_SetErrorFileEx(const TCHAR *,const TCHAR *);

#define __BEGIN__ Func_SetErrorFileEx(sz__ErrorFileName__,sz__ErrorFileStream__)
#define __END__ ___Func_Close_File_Stream(_pNULL_)
Expand Down

0 comments on commit 6343853

Please sign in to comment.