[NTOSKRNL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 22 Nov 2010 14:08:41 +0000 (14:08 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 22 Nov 2010 14:08:41 +0000 (14:08 +0000)
commitd208da9a5bf62564a5d45cf581dc4d9d958b56e5
treedc716c712e7ae9c80f1c05ff7edf1876c793a191
parentb473508960562547c65622a8ff472fbb93fffba3
[NTOSKRNL]
Don't include initguid.h in a global header. It causes the guids to be generated in every object file, using 16 bytes per guid. We were lucky that the linker seemed to detect duplicates, so that the resulting image size isn't affected. Add a new file guid.c, that only contains the guids.

svn path=/branches/cmake-bringup/; revision=49708
ntoskrnl/CMakeLists.txt
ntoskrnl/include/internal/po.h
ntoskrnl/po/guid.c [new file with mode: 0644]