[PSDK]
[reactos.git] / reactos / include / psdk / bits.idl
index 89b916d..0e3362c 100644 (file)
@@ -29,6 +29,7 @@ cpp_quote("#define BG_NOTIFY_JOB_TRANSFERRED 0x0001")
 cpp_quote("#define BG_NOTIFY_JOB_ERROR 0x0002")
 cpp_quote("#define BG_NOTIFY_DISABLE 0x0004")
 cpp_quote("#define BG_NOTIFY_JOB_MODIFICATION 0x0008")
+cpp_quote("#define BG_NOTIFY_FILE_TRANSFERRED 0x0010")
 
 cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
 cpp_quote("#undef EnumJobs")
@@ -413,3 +414,5 @@ library BackgroundCopyManager
 
     interface IBackgroundCopyCallback;
 }
+
+cpp_quote("#include \"bits1_5.h\"")