mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
sync to Wine's latest "warning fixes"
svn path=/trunk/; revision=16015
This commit is contained in:
parent
836c8f9265
commit
f53f915435
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue