[PSDK] Fix a typo.

svn path=/trunk/; revision=70110
This commit is contained in:
Amine Khaldi
2015-11-25 14:25:40 +00:00
parent 009465c482
commit 04ebe3bdfc
+1 -1
View File
@@ -3189,7 +3189,7 @@ interface IFileDialog;
typedef [v1_enum] enum FDE_OVERWRITE_RESPONSE
{
FDEOR_DEFAULT = 0,
FDEOR_ACCCEP = 1,
FDEOR_ACCEPT = 1,
FDEOR_REFUSE = 2
} FDE_OVERWRITE_RESPONSE;