Don't add underscore prefix to amd64 symbols
[reactos.git] / reactos / tools / rbuild / backend / codeblocks / codeblocks.h
index 22d0312..c0d0c26 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef __CODEBLOCKS_H__
-#define __CODEBLOCKS_H__
+
+#pragma once
 
 #include <fstream>
 #include <vector>
@@ -74,7 +74,7 @@ class CBBackend : public Backend
                std::string DependFileName ( const Module& module ) const;
                std::string GenerateProjectLinkerFlags () const;
                void MingwAddImplicitLibraries( Module &module );
-               bool IsWineModule ( const Module& module ) const;
+               bool IsSpecDefinitionFile ( const Module& module ) const;
                std::vector<CBConfiguration*> m_configurations;
 
                std::vector<FileUnit> m_fileUnits;
@@ -98,7 +98,3 @@ class CBBackend : public Backend
                bool _copy_file ( const std::string& inputname, const std::string& targetname ) const;
                const Property* _lookup_property ( const Module& module, const std::string& name ) const;
 };
-
-
-#endif // __MSVC_H__
-