#include <fs/sys/fsDll.h>
#include <fs/sys/fsAssert.h>
#include <string>
#include <windows.h>
Include dependency graph for fsDll.cpp:

Go to the source code of this file.
Defines | |
| #define | FS_VERIFY_RETURN(exp) if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; } |
| #define | FS_VERIFY_RETURN_VAL(exp, ret) if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); } |
Variables | |
| void * | m_pHandle |
| std::string | m_strFile |
| #define FS_VERIFY_RETURN | ( | exp | ) | if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; } |
| #define FS_VERIFY_RETURN_VAL | ( | exp, | |||
| ret | ) | if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); } |