Rename stdafx.h to pch.h

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman
2020-02-06 15:31:55 +01:00
parent 7a891d945b
commit c98e3b1ac8
19 changed files with 25 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
along with wxExtend. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include "pch.h"
//////////////////////////////////////////////////////////////////////