Don't add underscore prefix to amd64 symbols
[reactos.git] / reactos / tools / rbuild / backend / backend.h
index 1b01d9d..7e9da13 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 __BACKEND_H
-#define __BACKEND_H
+
+#pragma once
 
 #include "../rbuild.h"
 
@@ -75,5 +75,3 @@ public:
        Project& ProjectNode;
        Configuration& configuration;
 };
-
-#endif /* __BACKEND_H */