view win/dw.rc @ 2025:211330337f2d

Include "dwcompat.h" in the test program for the system macros. Fixes an undefined _snprintf() on Windows using SDK 7.1. The library itself isn't needed, just including the header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 11 Nov 2019 19:10:22 +0000
parents 43c6ecfc598a
children
line wrap: on
line source

#include "winuser.h"
#ifdef DW64
2 RT_MANIFEST dw.dll.x64.manifest
#else
2 RT_MANIFEST dw.dll.x86.manifest
#endif