Fixes for 16-bit compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: curicop.h
|
||||
// Purpose: Private routines for cursor/icon handling
|
||||
// Author: Various
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_CURICOP_H_
|
||||
#define _WX_CURICOP_H_
|
||||
|
||||
// PRIVATE STUFF FOLLOWS UNTIL END
|
||||
|
||||
// Header signatures for various resources
|
||||
@@ -61,3 +75,5 @@ typedef struct tagICONFILERES ICONFILERES;
|
||||
HANDLE ReadIcon( wxChar *szFileName, int *W = 0, int *H = 0);
|
||||
HICON MakeIcon( HANDLE hDIB, HINSTANCE hInst);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user