HomeSort by relevance Sort by last modified time
    Searched defs:__LONG32 (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 99 unsigned __LONG32 AddRef() throw();
100 unsigned __LONG32 Release() throw();
101 unsigned __LONG32 RefCount() const throw();
116 unsigned __LONG32 m_RefCount;
311 inline unsigned __LONG32 _bstr_t::Data_t::AddRef() throw() {
316 inline unsigned __LONG32 _bstr_t::Data_t::Release() throw() {
317 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
396 _variant_t(__LONG32 lSrc,VARTYPE vtSrc = VT_I4);
410 _variant_t(unsigned __LONG32 ulSrc) throw()
    [all...]
_mingw.h 24 headers have to be replaced by the below defined macro __LONG32. */
26 #define __LONG32 long
28 #define __LONG32 int

Completed in 53 milliseconds