mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 22:17:49 +00:00
* Visual Studio fixes (requires VS2013 at the minimum)
This commit is contained in:
@@ -52,6 +52,6 @@ private:
|
||||
} // Athena
|
||||
|
||||
#define THROW_FILE_NOT_FOUND_EXCEPTION(msg) \
|
||||
do { throw Athena::error::FileNotFoundException(msg, __FILE__, __PRETTY_FUNCTION__, __LINE__); } while(0)
|
||||
do { throw Athena::error::FileNotFoundException(msg, __FILE__, AT_PRETTY_FUNCTION, __LINE__); } while(0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user