mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 04:52:11 +00:00
86ed101522
the build process can run uninterrupted under Vista. - Fixed: DIRECT3DCREATE9FUNC needs WINAPI added to its prototype so that it works properly in release build, which defaults to __fastcall. SVN r385 (trunk)
14 lines
538 B
Text
14 lines
538 B
Text
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity version="1.0.0.0"
|
|
processorArchitecture="X86"
|
|
name="UpdateRevision"
|
|
type="win32" />
|
|
<description>Update svnrevision.h for the ZDoom source build process.</description>
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<security>
|
|
<requestedPrivileges>
|
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
</assembly>
|