pch.h can be used as pre-compiled header
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.cpp
1
2 #include "../../pch.h"
3
4 #include "mingw.h"
5
6 MingwBackend::MingwBackend(Project& project)
7 : Backend(project)
8 {
9 }