PCH object should not contain link dummies, fixes "already has a body" error

core4
kaetemi 3 years ago
parent cad53befd9
commit 2d7a602e79
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -21,5 +21,3 @@
// and not in this file
#include "stdafx.h"
void nlmax_shared_stdafx_dummy() { }

@ -18,6 +18,3 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "std_afx.h"
void nlmax_nel_export_std_afx_dummy() { }

@ -19,6 +19,3 @@
#include "stdafx.h"
void nlmax_mesh_library_stdafx_cpp_dummy() { }

@ -1,3 +1 @@
#include "stdafx.h"
void nlmax_patch_edit_stdafx_dummy() { }

@ -18,5 +18,3 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
void nlmax_patch_library_stdafx_dummy() { }

@ -1,3 +1 @@
#include "stdafx.h"
void nlmax_patch_painter_stdafx_dummy() { }

Loading…
Cancel
Save