Windows2003-3790/inetsrv/iis/staxinc/export/rwex.h
2020-09-30 16:53:55 +02:00

12 lines
133 B
C++

#ifndef _RWEX_INC
#define _RWEX_INC
namespace rwex {
#include "rw.h"
}
typedef rwex::CShareLock CExShareLock;
#endif