Konstantin Kondratyuk : include/npapi.h: Add some constants.

Alexandre Julliard julliard at winehq.org
Thu Sep 27 09:27:32 CDT 2007


Module: wine
Branch: master
Commit: ca77cb108c45b82810984fffd23f4a7249a7b2ab
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ca77cb108c45b82810984fffd23f4a7249a7b2ab

Author: Konstantin Kondratyuk <kondratyuk at etersoft.ru>
Date:   Wed Sep 26 16:39:17 2007 +0400

include/npapi.h: Add some constants.

---

 include/npapi.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/npapi.h b/include/npapi.h
index cbe23f5..e84bfe4 100644
--- a/include/npapi.h
+++ b/include/npapi.h
@@ -34,12 +34,17 @@
 #define WNNC_CON_CANCELCONNECTION  0x00000002
 #define WNNC_CON_GETCONNECTIONS    0x00000004
 #define WNNC_CON_ADDCONNECTION3    0x00000008
+#define WNNC_CON_GETPERFORMANCE    0x00000040
+#define WNNC_CON_DEFER             0x00000080
 
 #define WNNC_DIALOG                0x00000008
 #define WNNC_DLG_DEVICEMODE        0x00000001
 #define WNNC_DLG_PROPERTYDIALOG    0x00000020
 #define WNNC_DLG_SEARCHDIALOG      0x00000040
 #define WNNC_DLG_FORMATNETWORKNAME 0x00000080
+#define WNNC_DLG_PERMISSIONEDITOR  0x00000100
+#define WNNC_DLG_GETRESOURCEPARENT 0x00000200
+#define WNNC_DLG_GETRESOURCEINFORMATION 0x00000800
 
 #define WNNC_ADMIN                 0x00000009
 #define WNNC_ADM_GETDIRECTORYTYPE  0x00000001




More information about the wine-cvs mailing list