Changeset 21916 for trunk/src/user32/icon.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/icon.cpp
r9851 r21916 21 21 #include <string.h> 22 22 #include <stdlib.h> 23 #include <string.h> 24 #ifndef __EMX__ 23 25 #include <iostream.h> 24 # include <string.h>26 #endif 25 27 26 28 #include <win32api.h> … … 271 273 return (void *)iconhdr; 272 274 } 275 276 extern "C" { 277 273 278 //****************************************************************************** 274 279 //****************************************************************************** … … 465 470 //****************************************************************************** 466 471 //****************************************************************************** 472 473 } // extern "C"
Note:
See TracChangeset
for help on using the changeset viewer.