summaryrefslogtreecommitdiff
path: root/PROGRAMMING_NOTES
diff options
context:
space:
mode:
authorHerman Bloggs <herman@bluedigits.com>2002-10-16 19:37:15 +0000
committerHerman Bloggs <herman@bluedigits.com>2002-10-16 19:37:15 +0000
commitc7f922610ba2d55c2505c34e9933f629c7046582 (patch)
tree545210ca16048da9bdf186644accd2abdbb8147b /PROGRAMMING_NOTES
parent008b79dfc90d7e37846ad01da768ceb40b4c5941 (diff)
downloadpidgin-c7f922610ba2d55c2505c34e9933f629c7046582.tar.gz
[gaim-migrate @ 3846]
*** empty log message ***
Diffstat (limited to 'PROGRAMMING_NOTES')
-rw-r--r--PROGRAMMING_NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/PROGRAMMING_NOTES b/PROGRAMMING_NOTES
index 6eb18e603a..13ac53eb2a 100644
--- a/PROGRAMMING_NOTES
+++ b/PROGRAMMING_NOTES
@@ -9,6 +9,8 @@ General
- Use gaim_home_dir instead of g_get_home_dir or g_getenv("HOME")
+- Make sure when including win32dep.h that it is the last header to
+ be included.
PLUGINS & PROTOS
----------------