fixed MSVC warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@ inline bool wxUsingUnicowsDll()
|
|||||||
|
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
|
||||||
WXDLLEXPORT bool wxMSLU_DrawStateW(WXHDC dc, WXHBRUSH br, WXFARPROC outputFunc,
|
WXDLLEXPORT int wxMSLU_DrawStateW(WXHDC dc, WXHBRUSH br, WXFARPROC outputFunc,
|
||||||
WXLPARAM lData, WXWPARAM wData,
|
WXLPARAM lData, WXWPARAM wData,
|
||||||
int x, int y, int cx, int cy,
|
int x, int y, int cx, int cy,
|
||||||
unsigned int flags);
|
unsigned int flags);
|
||||||
@@ -41,10 +41,10 @@ WXDLLEXPORT bool wxMSLU_DrawStateW(WXHDC dc, WXHBRUSH br, WXFARPROC outputFunc,
|
|||||||
wxMSLU_DrawStateW((WXHDC)dc,(WXHBRUSH)br,(WXFARPROC)func, \
|
wxMSLU_DrawStateW((WXHDC)dc,(WXHBRUSH)br,(WXFARPROC)func, \
|
||||||
ld, wd, x, y, cx, cy, flags)
|
ld, wd, x, y, cx, cy, flags)
|
||||||
|
|
||||||
WXDLLEXPORT bool wxMSLU_GetOpenFileNameW(void *ofn);
|
WXDLLEXPORT int wxMSLU_GetOpenFileNameW(void *ofn);
|
||||||
#define GetOpenFileNameW(ofn) wxMSLU_GetOpenFileNameW((void*)ofn)
|
#define GetOpenFileNameW(ofn) wxMSLU_GetOpenFileNameW((void*)ofn)
|
||||||
|
|
||||||
WXDLLEXPORT bool wxMSLU_GetSaveFileNameW(void *ofn);
|
WXDLLEXPORT int wxMSLU_GetSaveFileNameW(void *ofn);
|
||||||
#define GetSaveFileNameW(ofn) wxMSLU_GetSaveFileNameW((void*)ofn)
|
#define GetSaveFileNameW(ofn) wxMSLU_GetSaveFileNameW((void*)ofn)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user