Mercurial > pidgin.yaz
annotate src/win32/stdafx.h @ 8212:ad164c1ca79d
[gaim-migrate @ 8935]
a yahoo web auth fix from marv that i debated whether to commit or not (as
he did as well apparently fromt he message he left in the patch post) ;-)
also:
" Here's a large zephyr fix, tested against current CVS
and also 0.75. It does thie following:
Support a few additional zephyr formatting "@" tags,
Using the gaim_chat_set_topic function to allow the
user to set the instance that a zephyr is being sent to.
Listing people in chats (really, the zephyr protocol
doesn't allow for this, but I faked it by seeing who
has sent to a class).
Added proto options allowing for: setting the zephyr
exposure (currently, just by entering the correct text
string), and setting whether you want gaim to export
to .zephyr.subs , and .anyone (buddy list).
You also can add and remove buddies from within gaim.
It also fixes a minor (but annoying bug), where random
buffer garbage is sent with the zephyr, as an
additional zephyr field." --Arun (att) A Tharuvai
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 05 Feb 2004 16:28:51 +0000 |
parents | 94e4cf59bacb |
children | f588ced280bf |
rev | line source |
---|---|
6096 | 1 // stdafx.h : include file for standard system include files, |
2 // or project specific include files that are used frequently, but | |
3 // are changed infrequently | |
4 // | |
5 | |
6 #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) | |
7 #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ | |
8 | |
9 #if _MSC_VER > 1000 | |
10 #pragma once | |
11 #endif // _MSC_VER > 1000 | |
12 | |
13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers | |
14 | |
15 #include <windows.h> | |
16 #include <shellapi.h> | |
17 | |
18 | |
19 // TODO: reference additional headers your program requires here | |
20 | |
21 //{{AFX_INSERT_LOCATION}} | |
22 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. | |
23 | |
24 #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) |