mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
95180e18e6
already. For some reason, a stock install of MinGW doesn't define it, but if you compile your own GCC, it installs headers that do. - Changed the way that the makefiles detect MSYS to a method that should be more foolproof, thanks to changes in MSYS. SVN r737 (trunk)
6 lines
198 B
Text
6 lines
198 B
Text
// This resource script is for compiling with MinGW only. Visual C++
|
|
// compilations use the manifest tool to insert the manifest instead.
|
|
|
|
#include <WinUser.h>
|
|
|
|
1 RT_MANIFEST "trustinfo.txt"
|