Changeset 21916 for trunk/src/user32/dc.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/dc.cpp
r21459 r21916 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" … … 617 617 return erased; 618 618 } 619 620 extern "C" { 621 619 622 //****************************************************************************** 620 623 //****************************************************************************** … … 1244 1247 1245 1248 BytesNeeded = GetRegionData (hrgn, 0, NULL); 1246 RgnData = (PRGNDATA) _alloca (BytesNeeded);1249 RgnData = (PRGNDATA)alloca (BytesNeeded); 1247 1250 if (RgnData == NULL) 1248 1251 goto error; … … 1743 1746 //****************************************************************************** 1744 1747 1748 } // extern "C"
Note:
See TracChangeset
for help on using the changeset viewer.