[Libreoffice-commits] .: sal/inc
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Oct 18 16:21:27 PDT 2010
sal/inc/systools/win32/uwinapi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 510e02facfcb36cac86a46db2ea041acedf32450
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Oct 18 18:14:30 2010 -0500
make sure that SAL_N_ELEMENTS is defined on win32.
diff --git a/sal/inc/systools/win32/uwinapi.h b/sal/inc/systools/win32/uwinapi.h
index 7fda61e..81109a6 100644
--- a/sal/inc/systools/win32/uwinapi.h
+++ b/sal/inc/systools/win32/uwinapi.h
@@ -26,7 +26,7 @@
************************************************************************/
#pragma once
-
+#include <sal/macros.h>
#ifdef _UWINAPI_
# define _KERNEL32_
# define _USER32_
More information about the Libreoffice-commits
mailing list