diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2014-10-25 07:00:26 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2014-10-25 07:00:26 (GMT) |
commit | 052ff50e82e1ea63e61771ebfeaa8689747c669a (patch) | |
tree | 21b5385683bef2e477d144f525011c3f774f5592 /win | |
parent | b378eaa698a6c4fe49061607908f15357cffbad8 (diff) | |
download | tk-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.c | 2 |
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 { |