diff options
author | Justin Luth <justin_luth@sil.org> | 2017-02-21 18:26:20 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2017-02-27 04:25:45 +0000 |
commit | 51eb2ad7a05938b69aa7874caf17079ed6c19e31 (patch) | |
tree | 65ce2f6192d3efca094981f3cafc460114aac153 /include/xmlsecurity | |
parent | af871d02914c9fc6a08079f67b4af71a198e166a (diff) |
VBA: accept the PtrSafe keyword
64bit MSOffice VBA7 requires the PtrSafe Declare attribute
#If Win64 Then
Declare PtrSafe Function aht_apiGetOpenFileName Lib "comdlg32.dll"
#Else
Declare Function aht_apiGetOpenFileName Lib "comdlg32.dll"
#End If
Accept this new keyword to enable compatibility with macros adjusted
to work in a 64bit MSOffice environment.
Change-Id: I9e64cb5339075cdda2ec91e8128fd0a35d458432
Reviewed-on: https://gerrit.libreoffice.org/34519
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'include/xmlsecurity')
0 files changed, 0 insertions, 0 deletions