windows-nt/Source/XPSP1/NT/inetsrv/iis/staxinc/export/rwex.h

12 lines
122 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _RWEX_INC
#define _RWEX_INC
namespace rwex {
#include "rw.h"
}
typedef rwex::CShareLock CExShareLock;
#endif