i2pd/Win32/winres.h
Mikhail Titov 76549d0a4a Fix win32 resource compilation with msys
squash! Fix win32 resource

winres.h is missing for mingw
2015-12-03 23:07:27 -06:00

7 lines
69 B
C

#ifndef WINRES_H__
#define WINRES_H__
#include <winresrc.h>
#endif