fs/sys/fsDll.cpp File Reference

#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 Documentation

#define FS_VERIFY_RETURN ( exp   )     if(!(exp)) { FS_ASSERT_MSG(0, #exp "<return>"); return; }

Definition at line 44 of file fsDll.cpp.

#define FS_VERIFY_RETURN_VAL ( exp,
ret   )     if(!(exp)) { FS_ASSERT_MSG(0, #exp "<returns:>" #ret); return (ret); }

Definition at line 48 of file fsDll.cpp.


Variable Documentation

void* m_pHandle

Definition at line 93 of file fsDll.cpp.

std::string m_strFile

Definition at line 94 of file fsDll.cpp.


FipS' Code (Thu Feb 15 22:43:43 2007) - (c) Filip STOKLAS (FipS) - [ www ] [ Guest Book ]