Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
authorSteve Hay <SteveHay@planit.com>
Fri, 8 Jun 2007 08:36:05 +0000 (08:36 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 8 Jun 2007 08:36:05 +0000 (08:36 +0000)
commita33ef3f0a6d2ef2c922989e71af9ce07d6f2d25d
tree12413c3e041485cfbe71191c66c61a18b73a7b88
parent749e08decbb0ecbc963b25f37cc2fc6431a1ad47
Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
section, where it didn't belong. (That section should (currently)
only contain sys_intern_init(), sys_intern_clear() and
sys_intern_dup() and related functionality such as
win32_csighandler().)

p4raw-id: //depot/perl@31354
win32/win32.c