Kaydet (Commit) fda27303 authored tarafından Mike Kaganski's avatar Mike Kaganski

Cppcheck: WNT -> _WIN32

Change-Id: Iaf26d9f3b32fd2c60bd94517e1dc12589ecab766
Reviewed-on: https://gerrit.libreoffice.org/60122
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 8cd61007
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#define INCLUDED_SYS_TYPES_H #define INCLUDED_SYS_TYPES_H
#endif #endif
#elif defined (WNT) #elif defined (_WIN32)
#ifndef INCLUDED_MALLOC_H #ifndef INCLUDED_MALLOC_H
#include <malloc.h> #include <malloc.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment