Changeset 21808 for branches/gcc-kmk/src/user32/dc.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/user32/dc.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/dc.cpp
r21459 r21808 28 28 #include <winconst.h> 29 29 #include <misc.h> 30 #include <win32wbase.h>31 30 #include <math.h> 32 31 #include <limits.h> 32 #include "win32wbase.h" 33 33 #include "oslibwin.h" 34 34 #include "oslibmsg.h" … … 1244 1244 1245 1245 BytesNeeded = GetRegionData (hrgn, 0, NULL); 1246 RgnData = (PRGNDATA) _alloca (BytesNeeded);1246 RgnData = (PRGNDATA)alloca (BytesNeeded); 1247 1247 if (RgnData == NULL) 1248 1248 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.
