Subversion Repositories WoWGM

Rev

Rev 9 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 10
Line -... Line 1...
-
 
1
#ifndef  _STPL_H_
-
 
2
#define  _STPL_H_
-
 
3
 
1
#ifdef	_WIN32
4
#ifdef	_WIN32
2
#define NOCOMM
5
#define NOCOMM
3
#define NOSOUND
6
#define NOSOUND
4
#include <Windows.h>
7
#include <Windows.h>
5
#endif//_WIN32
8
#endif//_WIN32
Line 113... Line 116...
113
		thread.m_opaqueData = SCreateThread(lpStartAddress, param, 0, threadName);
116
		thread.m_opaqueData = SCreateThread(lpStartAddress, param, 0, threadName);
114
		return thread.m_opaqueData != 0;
117
		return thread.m_opaqueData != 0;
115
	}
118
	}
116
 
119
 
117
};
120
};
-
 
121
 
-
 
122
#endif /*_STPL_H*/