Files
loongoffice/basic/source/comp
Justin Luth 51eb2ad7a0 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>
2017-02-27 04:25:45 +00:00
..
2017-01-16 07:30:09 +00:00
2016-12-13 08:14:00 +02:00
2017-02-27 04:25:45 +00:00
2017-02-21 07:35:12 +01:00
2016-11-02 13:06:37 +00:00
2017-01-27 17:15:43 +01:00
2017-02-27 04:25:45 +00:00