diff options
author | Anton Fedchin <anightik@gmail.com> | 2017-08-01 21:12:35 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2017-08-02 10:52:22 +0300 |
commit | 2f0007185b838357e9500f22cf3c2fe49caba368 (patch) | |
tree | f912ebf3c0c6d1d2de201e9ddec31c79d5f7ea49 /cmake/platform/windows | |
parent | 80773b2abe17e0ec71ccdf72dc327affb48c7a55 (diff) |
[win32] add new define `TARGET_WINDOWS_DESKTOP`
Diffstat (limited to 'cmake/platform/windows')
-rw-r--r-- | cmake/platform/windows/defines.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/windows/defines.txt b/cmake/platform/windows/defines.txt index 248223759d..1a7609a27c 100644 --- a/cmake/platform/windows/defines.txt +++ b/cmake/platform/windows/defines.txt @@ -1 +1 @@ --DTARGET_WINDOWS -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_WINSOCKAPI_
\ No newline at end of file +-DTARGET_WINDOWS -DTARGET_WINDOWS_DESKTOP -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS -D_WINSOCKAPI_
\ No newline at end of file |