mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Fix win32 resource compilation with msys
squash! Fix win32 resource winres.h is missing for mingw
This commit is contained in:
parent
e5c72cae83
commit
76549d0a4a
4 changed files with 11 additions and 3 deletions
6
Win32/winres.h
Normal file
6
Win32/winres.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef WINRES_H__
|
||||
#define WINRES_H__
|
||||
|
||||
#include <winresrc.h>
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue