Files
loongoffice/basic/source/comp
Justin Luth 97caa8a8a0 VBA: allow and ignore compiler directives
Instead of erroring out on this:
 #If Win64 Then
   Declare PtrSafe Function aht_apiGetOpenFileName Lib "comdlg32.dll"
 #Else
   Declare Function aht_apiGetOpenFileName Lib "comdlg32.dll"
 #End If
just treat the # commands as remarks and continue on.

This type of coding will become more common as 64bit versions of
Office require such constructs.

Change-Id: I63bfb8cbe9ad3ef35bab4c041d9d94daa7fbba18
Reviewed-on: https://gerrit.libreoffice.org/34518
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-28 02:48:16 +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