blob: b273e4029e5d79cbb9e7c0cc88a6a7544b89b2a5 (
plain)
1
2
3
4
5
6
7
|
#if !defined(AFX_RESOURCELOADERS_H)
#define AFX_RESOURCELOADERS_H
/// loads a CString from the test runner DLL module
CString loadCString(UINT stringId);
#endif // !defined(AFX_RESOURCELOADERS_H)
|