Merge 14551:14980 from trunk
[reactos.git] / reactos / tools / rbuild / backend / mingw / modulehandler.h
index 8b63e48..567d4ac 100644 (file)
@@ -129,15 +129,16 @@ private:
        void GenerateWindresCommand ( const std::string& sourceFilename,\r
                                      const std::string& windresflagsMacro );\r
        void GenerateWinebuildCommands ( const std::string& sourceFilename );\r
+       std::string GetWidlFlags ( const File& file );\r
        void GenerateWidlCommandsServer (\r
-               const std::string& sourceFilename,\r
+               const File& file,\r
                const std::string& widlflagsMacro );\r
        void GenerateWidlCommandsClient (\r
-               const std::string& sourceFilename,\r
+               const File& file,\r
                const std::string& widlflagsMacro );\r
-       void GenerateWidlCommands ( const std::string& sourceFilename,\r
+       void GenerateWidlCommands ( const File& file,\r
                                    const std::string& widlflagsMacro );\r
-       void GenerateCommands ( const std::string& sourceFilename,\r
+       void GenerateCommands ( const File& file,\r
                                const std::string& cc,\r
                                const std::string& cppc,\r
                                const std::string& cflagsMacro,\r