[Project64] Fix up warning ListCtrl.h

This commit is contained in:
zilmar 2017-09-13 20:13:09 +10:00
parent 2f98cb4086
commit 06653d326a
1 changed files with 3 additions and 1 deletions

View File

@ -11,10 +11,13 @@
#include <set>
#include <algorithm>
#pragma warning(push)
#pragma warning(disable : 4838) // warning C4838: conversion from 'int' to 'UINT' requires a narrowing conversion
#include <wtl/atlctrlx.h>
#include <wtl/atlframe.h>
#include <wtl/atlmisc.h>
#include <wtl/atlgdi.h>
#pragma warning(pop)
#include "DragDrop.h"
#include "DropArrows.h"
@ -899,7 +902,6 @@ public:
if ( !GetColumnRect( nSubItem, rcColumn ) )
return FALSE;
CRect rcClient;
GetClientRect( rcClient );
int nScrollPos = 0;