[Libreoffice-commits] core.git: include/sal
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 7 06:38:09 UTC 2018
include/sal/alloca.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fda27303cfb84ef182696787878dba06c4a129da
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri Sep 7 07:23:36 2018 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Sep 7 08:37:43 2018 +0200
Cppcheck: WNT -> _WIN32
Change-Id: Iaf26d9f3b32fd2c60bd94517e1dc12589ecab766
Reviewed-on: https://gerrit.libreoffice.org/60122
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/include/sal/alloca.h b/include/sal/alloca.h
index 8c9509f8ed3c..70a3f9c9d563 100644
--- a/include/sal/alloca.h
+++ b/include/sal/alloca.h
@@ -48,7 +48,7 @@
#define INCLUDED_SYS_TYPES_H
#endif
-#elif defined (WNT)
+#elif defined (_WIN32)
#ifndef INCLUDED_MALLOC_H
#include <malloc.h>
More information about the Libreoffice-commits
mailing list