Mercurial > pidgin
annotate src/win32/stdafx.h @ 6626:7a4c4e89a1df
[gaim-migrate @ 7150]
Ambrose C. LI (acli) writes:
" fi.po with the following "safe" changes:
- went over the 0.59.8 po file and found the strings
with idential meanings with changes only in formatting
- some translations obtained by old translation strings
but which requires only some trivial editing
- added some translations from existing po files from
other projects
- converted from iso-8859-15 to utf-8
and "unsafe" changes:
- some translations obtained by old translation strings
but which requires some relatively non-trivial editing
- attempted to correct some obvious mistranslations
It is best to have a native speaker go over this"
but i figure at this point, the last update being in 0.59.8, his version
can't be any worse really
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 25 Aug 2003 23:13:52 +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_) |
