mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
also: - renamed wdll to delay_load, and wdll_ver to dll_ver - removed empty wcpu This was SVN commit r3751.
6 lines
106 B
C++
6 lines
106 B
C++
// unicode version of string_s
|
|
|
|
#include "precompiled.h"
|
|
|
|
#define WSTRING_S
|
|
#include "string_s.cpp"
|