diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 13:22:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 13:22:32 (GMT) |
commit | 0fd1dde8cc2bed51e25230af8f739e7280e54389 (patch) | |
tree | 4d04230bf2dc481a2397be10fa5b3f947f5bc7e7 /macosx/tkMacOSXDialog.c | |
parent | 9c4c75d2646667f334d7b2abf2942f47ed06bc4e (diff) | |
download | tk-0fd1dde8cc2bed51e25230af8f739e7280e54389.zip tk-0fd1dde8cc2bed51e25230af8f739e7280e54389.tar.gz tk-0fd1dde8cc2bed51e25230af8f739e7280e54389.tar.bz2 |
MSVC++ 6.0 does't handle C++ comments
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index 40f4b12..71bb120 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -23,7 +23,7 @@ #define modalOK NSModalResponseOK #define modalCancel NSModalResponseCancel #endif // MAC_OS_X_VERSION_MIN_REQUIRED < 1090 -#define modalOther -1 // indicates that the -command option was used. +#define modalOther -1 // indicates that the -command option was used. #define modalError -2 /* @@ -375,7 +375,7 @@ static NSInteger showOpenSavePanel( } } else { - /* + /* * For the standalone file dialog, completion handlers do not work * at all on macOS 10.14 and earlier. */ |