mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
sync to Wine's latest "warning fixes"
svn path=/trunk/; revision=16015
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user