projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009465c
)
[PSDK] Fix a typo.
author
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 25 Nov 2015 14:25:40 +0000
(14:25 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 25 Nov 2015 14:25:40 +0000
(14:25 +0000)
svn path=/trunk/; revision=70110
reactos/include/psdk/shobjidl.idl
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/shobjidl.idl
b/reactos/include/psdk/shobjidl.idl
index
7b6def0
..
e937fc9
100644
(file)
--- a/
reactos/include/psdk/shobjidl.idl
+++ b/
reactos/include/psdk/shobjidl.idl
@@
-3189,7
+3189,7
@@
interface IFileDialog;
typedef [v1_enum] enum FDE_OVERWRITE_RESPONSE
{
FDEOR_DEFAULT = 0,
- FDEOR_ACC
CEP
= 1,
+ FDEOR_ACC
EPT
= 1,
FDEOR_REFUSE = 2
} FDE_OVERWRITE_RESPONSE;