2006-06-15 04:19:30 +00:00
|
|
|
#ifndef _WINUTILS_H_
|
|
|
|
#define _WINUTILS_H_
|
|
|
|
|
|
|
|
#include "win32/Window.h"
|
|
|
|
#include "Types.h"
|
|
|
|
|
|
|
|
namespace WinUtils
|
|
|
|
{
|
2006-07-24 21:53:03 +00:00
|
|
|
TCHAR FixSlashes(TCHAR);
|
2006-06-15 04:19:30 +00:00
|
|
|
HBITMAP CreateMask(HBITMAP, uint32);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|