summaryrefslogtreecommitdiff
path: root/library/pch.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:46 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:46 +0200
commit7721cdf1737fb5a99ce60f59acf230b3432576af (patch)
tree8127dbedafc2c18e5b3cc7ef1e55969481be6c41 /library/pch.h
parent1.10 (diff)
downloadFreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.tar.gz
FreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.tar.bz2
FreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.zip
1.11
Diffstat (limited to 'library/pch.h')
-rw-r--r--library/pch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/pch.h b/library/pch.h
index 37c3383f..50f9fda3 100644
--- a/library/pch.h
+++ b/library/pch.h
@@ -1,7 +1,8 @@
#ifndef FFS_PRECOMPILED_HEADER
#define FFS_PRECOMPILED_HEADER
-DO NOT USE THIS FILE: FOR SOME REASON IT CORRUPTS COMPILATION!!!
+DO NOT USE THIS FILE:
+FOR SOME REASON IT CORRUPTS COMPILATION!!!
//#####################################################
// basic wxWidgets headers
bgstack15