summaryrefslogtreecommitdiff
path: root/src/gui/fpg_dialogs.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-04-10 11:35:59 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-04-10 11:35:59 +0100
commitac1ade3e6c4c01e6e1137ab1514899e05169538e (patch)
tree100557240a04c2f3c827d3b2d52ab9e671d6a9ac /src/gui/fpg_dialogs.pas
parentdb31f06d5e7adf28fad60e36fd9e5d2cf0519e84 (diff)
downloadfpGUI-ac1ade3e6c4c01e6e1137ab1514899e05169538e.tar.xz
WinCE: fixes compilation errors for WinCE-ARM
* Disabled OLE support for WinCE * Disabled Drag-n-Drop support for WinCE * Fixed PChar vs PWidechar types * Fixed IFDEF's. Differences between MSWINDOWS, WINDOWS and WINCE.
Diffstat (limited to 'src/gui/fpg_dialogs.pas')
-rw-r--r--src/gui/fpg_dialogs.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fpg_dialogs.pas b/src/gui/fpg_dialogs.pas
index 42f4752c..08d47eb0 100644
--- a/src/gui/fpg_dialogs.pas
+++ b/src/gui/fpg_dialogs.pas
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Toolkit
- Copyright (C) 2006 - 2014 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2015 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -250,7 +250,7 @@ uses
fpg_widget,
fpg_utils,
fpg_stringutils
- {$IFDEF MSWINDOWS}
+ {$IFDEF WINDOWS}
,Windows // used by File Dialog & Select Dir Dialog
{$ENDIF}
,DateUtils