<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,6 +32,28 @@ changed then you probably converted CRLF to LF accidentally. Resave the file
 and re-diff before committing.
 
 
+= Header Files =
+Compilation on Windows with Visual Studio uses the wxWidgets pre-compiled header.
+Including this header will include everything otherwise available through &quot;wx/wx.h&quot;
+
+Linux builds do not have this header available, and must explicitly include &quot;wx/wx.h&quot;.
+
+To include files in a cross-platform way, use this pattern:
+    #include &quot;wx/wxprec.h&quot;
+
+    #ifndef WX_PRECOMP
+    	#include &lt;wx/wx.h&gt;
+    #endif
+    
+    // Other includes not defined in wx/wx.h go here for both platforms.
+    // Example:
+	#include &lt;wx/arrstr.h&gt;
+	
+For code that does not require the full wx/wx.h header (usually non-GUI code that
+makes use of wx core types), include a smaller set of standard includes within the
+WX_PRECOMP block if appropriate.
+
+
 = Building e =
 See `windows-notes.txt` or `linux-notes.txt` as appropriate.
 
@@ -40,6 +62,7 @@ See `windows-notes.txt` or `linux-notes.txt` as appropriate.
  * wxCocoaDialog: http://github.com/adamv/wxcocoadialog/tree/master
  * e-find-in-files: http://github.com/adamv/e-find-in-files/tree/master
 
+
 = Bugs, Build Problems and Feature Requests =
 GitHub now has an issue tracking feature. e itself already has several
 avenues for bug reports and feature requests, as can be found from the</diff>
      <filename>readme.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d1a1b2f3c9ba1bf71d077f3f223621450a0b3378</id>
    </parent>
  </parents>
  <author>
    <name>Adam Vandenberg</name>
    <email>flangy@gmail.com</email>
  </author>
  <url>http://github.com/adamv/e/commit/10b1fd41e3b5503b1429b29eb2690a7ee4286dc4</url>
  <id>10b1fd41e3b5503b1429b29eb2690a7ee4286dc4</id>
  <committed-date>2009-05-08T15:30:09-07:00</committed-date>
  <authored-date>2009-05-08T15:30:09-07:00</authored-date>
  <message>Add notes on cross-platform wx includes.</message>
  <tree>0fbd669cb5cd34258daf9026d5156a61bd3fa0eb</tree>
  <committer>
    <name>Adam Vandenberg</name>
    <email>flangy@gmail.com</email>
  </committer>
</commit>
