sync to Wine's latest "warning fixes"

svn path=/trunk/; revision=16015
This commit is contained in:
Martin Fuchs 2005-06-17 20:28:06 +00:00
parent 836c8f9265
commit f53f915435
2 changed files with 6 additions and 5 deletions

View file

@ -16,7 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "windows.h"
#include "winefile.h"
#ifdef __WINE__
static const CHAR LicenseCaption[] = "LICENSE";
static const CHAR License[] =
@ -50,3 +52,5 @@ VOID WineWarranty(HWND hwnd)
{
MessageBoxA(hwnd, NoWarranty, NoWarrantyCaption, MB_ICONEXCLAMATION|MB_OK);
}
#endif

View file

@ -16,10 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WIN32_LEAN_AND_MEAN
#define WIN32_EXTRA_LEAN
#include <windows.h>
#include "winefile.h"
#ifdef __WINE__