diff dwt/internal/win32/WINAPI.d @ 78:b00303c762ac

successfully linked
author Frank Benoit <benoit@tionex.de>
date Tue, 05 Feb 2008 20:28:19 +0100
parents f824f1836871
children 43c42c637c9c
line wrap: on
line diff
--- a/dwt/internal/win32/WINAPI.d	Tue Feb 05 14:31:31 2008 +0100
+++ b/dwt/internal/win32/WINAPI.d	Tue Feb 05 20:28:19 2008 +0100
@@ -132,10 +132,7 @@
     HPAINTBUFFER hBufferedPaint,
     BOOL fUpdateTarget
 );
-LANGID GetSystemDefaultUILanguage();
-WORD PRIMARYLANGID(
-  WORD lgid
-);
+
 
 HRESULT GetThemeTextExtent(
     HTHEME hTheme,
@@ -153,6 +150,16 @@
     LPCWSTR pszSubAppName,
     LPCWSTR pszSubIdList
 );
+
+//Kernel32.lib
+LANGID GetSystemDefaultUILanguage();
+
+// Macro from winnt.h/windows.h
+WORD PRIMARYLANGID(
+  WORD lgid
+);
+
+//Gdi32.lib
 int IntersectClipRect(
   HDC hdc,         // handle to DC
   int nLeftRect,   // x-coord of upper-left corner