summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-10-25 07:00:26 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-10-25 07:00:26 (GMT)
commit052ff50e82e1ea63e61771ebfeaa8689747c669a (patch)
tree21b5385683bef2e477d144f525011c3f774f5592 /win
parentb378eaa698a6c4fe49061607908f15357cffbad8 (diff)
downloadtk-052ff50e82e1ea63e61771ebfeaa8689747c669a.zip
tk-052ff50e82e1ea63e61771ebfeaa8689747c669a.tar.gz
tk-052ff50e82e1ea63e61771ebfeaa8689747c669a.tar.bz2
Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)
FossilOrigin-Name: 4a7c00cba4683f236662af3ead28f427c3243aec
Diffstat (limited to 'win')
-rw-r--r--win/tkWinDialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index 9954a57..c90d05a 100644
--- a/win/tkWinDialog.c
+++ b/win/tkWinDialog.c
@@ -219,6 +219,7 @@ typedef enum SIATTRIBFLAGS {
SIATTRIBFLAGS_MASK = 0x3,
SIATTRIBFLAGS_ALLITEMS = 0x4000
} SIATTRIBFLAGS;
+#ifdef __MSVCRT__
typedef ULONG SFGAOF;
typedef struct IShellItem IShellItem;
@@ -249,6 +250,7 @@ typedef struct IShellItemVtbl
struct IShellItem {
CONST_VTBL struct IShellItemVtbl *lpVtbl;
};
+#endif /* __MSVCRT__ */
typedef struct IShellItemArray IShellItemArray;
typedef struct IShellItemArrayVtbl
{